Some include tidying.
[dcpomatic.git] / src / lib / audio_mapping.h
index a76d83a370f703dceded47e1d5aff6e90cd472e3..fdb23df8bc3d1f039b69a2830f2c0f5e3193d067 100644 (file)
 #ifndef DCPOMATIC_AUDIO_MAPPING_H
 #define DCPOMATIC_AUDIO_MAPPING_H
 
-#include <vector>
-#include <boost/shared_ptr.hpp>
-#include <dcp/types.h>
 #include <libcxml/cxml.h>
+#include <dcp/types.h>
+#include <boost/shared_ptr.hpp>
+#include <vector>
 
 namespace xmlpp {
        class Node;