Avoid using statements in headers.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Jul 2023 14:58:42 +0000 (16:58 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Jul 2023 14:58:42 +0000 (16:58 +0200)
src/lib/grok_context.h

index 6a5cbfd932c90616277fddc7ede3c2ef8df6cb91..c2e5313d51881b969abbdff608ebafb714d2a976 100644 (file)
@@ -27,8 +27,6 @@
 #include "writer.h"
 
 class Film;
-using dcp::Data;
-using namespace dcpomatic;
 
 static std::mutex launchMutex;