Lots of #include <iostream>s for Arch.
[dcpomatic.git] / src / lib / image_proxy.cc
index 7013a69c9bca9520a816d2f51b83e9017365c9f7..2e9e8caafc0ba841db0f347a87903fc7aaea240f 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 <libcxml/cxml.h>
+#include <iostream>
 
 #include "i18n.h"