No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / dcp_content_type.h
index ebfe09518a5577189e745d05d0a37bfd6d1ce04c..c370fef4d52fa3229e7f677bc87eb24efdcb5d70 100644 (file)
@@ -24,9 +24,9 @@
  *  @brief A description of the type of content for a DCP (e.g. feature, trailer etc.)
  */
 
+#include <dcp/dcp.h>
 #include <string>
 #include <vector>
-#include <dcp/dcp.h>
 
 /** @class DCPContentType
  *  @brief A description of the type of content for a DCP (e.g. feature, trailer etc.)
@@ -64,5 +64,5 @@ private:
        /** All available DCP content types */
        static std::vector<DCPContentType const *> _dcp_content_types;
 };
-     
+
 #endif