Include tidying src/lib/a-j*.h
[dcpomatic.git] / src / lib / image_proxy.h
index 1f19a4160b312ce436994ba8aec6ecb53273c02d..d6b3f878e74a5179483a67d843d9f69a47e9693d 100644 (file)
  */
 
 #include <dcp/types.h>
-#include <Magick++.h>
-#include <libxml++/libxml++.h>
 #include <boost/shared_ptr.hpp>
 #include <boost/optional.hpp>
-#include <boost/filesystem.hpp>
+#include <boost/utility.hpp>
 
 class Image;
 class Socket;
 
-namespace cxml {
+namespace xmlpp {
        class Node;
 }
 
-namespace dcp {
-       class MonoPictureFrame;
-       class StereoPictureFrame;
+namespace cxml {
+       class Node;
 }
 
 /** @class ImageProxy