Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all assert...
[dcpomatic.git] / src / lib / image_proxy.cc
index 7013a69c9bca9520a816d2f51b83e9017365c9f7..f72a6c3e4b2cfae109eca26f30f0193241cc833d 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,9 @@
 #include "image.h"
 #include "exceptions.h"
 #include "cross.h"
+#include <dcp/util.h>
+#include <dcp/raw_convert.h>
+#include <libcxml/cxml.h>
 
 #include "i18n.h"