C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / frame_rate_change.cc
index a1ff2ae650a93d7ec19782763f359b4b6a0c883a..99424a9c1d55e969245c9c2cec2b2f2581a28b3b 100644 (file)
 */
 
 
-#include "frame_rate_change.h"
-#include "types.h"
+#include "compose.hpp"
 #include "content.h"
 #include "film.h"
-#include "compose.hpp"
+#include "frame_rate_change.h"
+#include "types.h"
 #include <cmath>
 
 #include "i18n.h"
 
 
-using std::string;
 using std::shared_ptr;
+using std::string;
 
 
 FrameRateChange::FrameRateChange ()