Add --standard option to dcpomatic_create
[dcpomatic.git] / src / lib / image_proxy.cc
index 7013a69c9bca9520a816d2f51b83e9017365c9f7..c803e6bd06601e8cf7ab6b808a86acc3c27b88d2 100644 (file)
@@ -17,8 +17,6 @@
 
 */
 
-#include <dcp/util.h>
-#include <dcp/raw_convert.h>
 #include "image_proxy.h"
 #include "raw_image_proxy.h"
 #include "magick_image_proxy.h"
@@ -26,6 +24,8 @@
 #include "image.h"
 #include "exceptions.h"
 #include "cross.h"
+#include <dcp/util.h>
+#include <libcxml/cxml.h>
 
 #include "i18n.h"