Some include tidying.
[dcpomatic.git] / src / lib / audio_processor.h
index 9b332e7fec50c955d7bc62a6bb27a49d0a440b34..610e973a0cbd729681e6aaf0c9b3e6ee4e5e53c5 100644 (file)
 #ifndef DCPOMATIC_AUDIO_PROCESSOR_H
 #define DCPOMATIC_AUDIO_PROCESSOR_H
 
+#include "channel_count.h"
+#include <boost/shared_ptr.hpp>
 #include <list>
 #include <string>
-#include <boost/shared_ptr.hpp>
-#include "channel_count.h"
 
 class AudioBuffers;