Include tidying src/lib/a-j*.h
[dcpomatic.git] / src / lib / audio_mapping.h
index ca9b9847fe8f9bc7002ca268014273b934f48800..6c7d67203781d14986dfe5406212ad62f643cf14 100644 (file)
 #define DCPOMATIC_AUDIO_MAPPING_H
 
 #include <libcxml/cxml.h>
-#include <dcp/types.h>
-#include <boost/shared_ptr.hpp>
 #include <vector>
 
 namespace xmlpp {
        class Node;
 }
 
-namespace cxml {
-       class Node;
-}
-
 /** @class AudioMapping.
  *  @brief A many-to-many mapping of audio channels.
  */