summaryrefslogtreecommitdiff
path: root/src/lib/image_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_proxy.h')
-rw-r--r--src/lib/image_proxy.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h
index 1f19a4160..d6b3f878e 100644
--- a/src/lib/image_proxy.h
+++ b/src/lib/image_proxy.h
@@ -25,22 +25,19 @@
*/
#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