X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fframe_rate_change.cc;h=99424a9c1d55e969245c9c2cec2b2f2581a28b3b;hp=a1ff2ae650a93d7ec19782763f359b4b6a0c883a;hb=d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f;hpb=8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 diff --git a/src/lib/frame_rate_change.cc b/src/lib/frame_rate_change.cc index a1ff2ae65..99424a9c1 100644 --- a/src/lib/frame_rate_change.cc +++ b/src/lib/frame_rate_change.cc @@ -19,18 +19,18 @@ */ -#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 #include "i18n.h" -using std::string; using std::shared_ptr; +using std::string; FrameRateChange::FrameRateChange ()