summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-21 21:34:50 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-21 23:48:16 +0200
commit313319ba2d8544bc25524e02e634804a503b54f1 (patch)
treebbaacfbd1ce80d5141680a87fe533c9a8dd16a3b /src/wx/film_editor.cc
parente7e4af869f7144fa9a265ccf1e15c7b2f182ac2c (diff)
Tidying.
Diffstat (limited to 'src/wx/film_editor.cc')
-rw-r--r--src/wx/film_editor.cc16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index d604f678d..28baf566e 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -24,23 +24,21 @@
*/
-#include "wx_util.h"
-#include "film_editor.h"
-#include "dcp_panel.h"
#include "content_panel.h"
-#include "lib/film.h"
-#include "lib/job_manager.h"
+#include "dcp_panel.h"
+#include "film_editor.h"
+#include "wx_util.h"
#include "lib/content.h"
#include "lib/dcp_content.h"
-#include <wx/wx.h>
+#include "lib/film.h"
+#include "lib/job_manager.h"
#include <wx/notebook.h>
-#include <iostream>
+#include <wx/wx.h>
-using std::cout;
-using std::string;
using std::list;
using std::shared_ptr;
+using std::string;
using std::weak_ptr;
using boost::optional;
#if BOOST_VERSION >= 106100