Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / cinema_sound_processor.h
index f735b12277d0c3984a19803cd4941e0e23dd9c34..1d4a389f381bdc48c013641796ccb70cfd972438 100644 (file)
@@ -24,9 +24,9 @@
 #ifndef DCPOMATIC_CINEMA_SOUND_PROCESSOR_H
 #define DCPOMATIC_CINEMA_SOUND_PROCESSOR_H
 
+#include <boost/utility.hpp>
 #include <string>
 #include <vector>
-#include <boost/utility.hpp>
 
 /** @class CinemaSoundProcessor
  *  @brief Class to describe a cimema's sound processor.
@@ -50,7 +50,7 @@ public:
        std::string name () const {
                return _name;
        }
-       
+
        static std::vector<CinemaSoundProcessor const *> all ();
        static void setup_cinema_sound_processors ();
        static CinemaSoundProcessor const * from_id (std::string id);