summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-23 17:35:40 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-23 22:34:09 +0200
commit27e5d372e8ca10ad0c1fd189f9dc76eb14d7a3ca (patch)
tree390894bb28be7fc2198aba1f7f3f5dcd490ffaf9 /src/lib
parent52e4de12b069f6bc3a290f902c7db37eedfa5098 (diff)
Undefine Status that somebody decided to put in the global namespace.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 919a68c3d..66bcce806 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -35,7 +35,6 @@
#include <dcp/language_tag.h>
#include <dcp/key.h>
#include <dcp/encrypted_kdm.h>
-#include <dcp/types.h>
#include <boost/signals2.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/thread.hpp>