diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-07 16:58:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-07 16:58:42 +0200 |
| commit | 7d0a5376b493f471ddfa4cf6a31da74873cc8cb7 (patch) | |
| tree | 0c7b520cce6fce2505b14f875eab2281eaeea117 /src/lib | |
| parent | ee88ba1ee09f20587d793276afc84952d3fcd03c (diff) | |
Avoid using statements in headers.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/grok_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/grok_context.h b/src/lib/grok_context.h index 6a5cbfd93..c2e5313d5 100644 --- a/src/lib/grok_context.h +++ b/src/lib/grok_context.h @@ -27,8 +27,6 @@ #include "writer.h" class Film; -using dcp::Data; -using namespace dcpomatic; static std::mutex launchMutex; |
