summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-02 12:13:42 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-02 12:13:42 +0100
commit5c571b9f7ede95a5b97684310ce6cc02559d4970 (patch)
treef9da3795f7e1dc53a194b2bdc8b76b9dfcb781f2
parented7cc979a633fec0eea3eee71f611c0b7dcd1010 (diff)
Remove duplicate include.
-rw-r--r--src/lib/util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 82f31b8f1..20d85cff4 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -81,7 +81,6 @@ LIBDCP_DISABLE_WARNINGS
#include <boost/locale.hpp>
LIBDCP_ENABLE_WARNINGS
#ifdef DCPOMATIC_WINDOWS
-#include <boost/locale.hpp>
#include <dbghelp.h>
#endif
#include <signal.h>