summaryrefslogtreecommitdiff
path: root/src/lib/frame_rate_change.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-03 00:04:31 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-03 23:25:19 +0200
commitd311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch)
treeab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/lib/frame_rate_change.cc
parent8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff)
C++11 and whitespace cleanups.
Diffstat (limited to 'src/lib/frame_rate_change.cc')
-rw-r--r--src/lib/frame_rate_change.cc8
1 files changed, 4 insertions, 4 deletions
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 <cmath>
#include "i18n.h"
-using std::string;
using std::shared_ptr;
+using std::string;
FrameRateChange::FrameRateChange ()