Include tidying src/lib/a-j*.h
[dcpomatic.git] / src / lib / content.h
index b7f7987ef4fa0d79783df8a56d869f52fedfabf8..14fa3c36a933b3f0389bb84917a1b90363567aa1 100644 (file)
 #include "types.h"
 #include "signaller.h"
 #include "dcpomatic_time.h"
-#include <libxml++/libxml++.h>
 #include <libcxml/cxml.h>
 #include <boost/filesystem.hpp>
 #include <boost/signals2.hpp>
 #include <boost/thread/mutex.hpp>
 #include <boost/enable_shared_from_this.hpp>
 
+namespace xmlpp {
+       class Node;
+}
+
 namespace cxml {
        class Node;
 }