summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-07 16:58:42 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-07 16:58:42 +0200
commit7d0a5376b493f471ddfa4cf6a31da74873cc8cb7 (patch)
tree0c7b520cce6fce2505b14f875eab2281eaeea117 /src/lib
parentee88ba1ee09f20587d793276afc84952d3fcd03c (diff)
Avoid using statements in headers.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/grok_context.h2
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;