summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-18 18:04:49 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-18 18:04:49 +0100
commitc2a97b6f83a32483817d02194a1e7c8d6828b0bb (patch)
tree538dc2cf638cd6dd184a4904a950e69082a55e5b /src/wx
parent99856300c7080f7602507ae6f64b870200710736 (diff)
Include tidying.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/audio_plot.cc1
-rw-r--r--src/wx/job_manager_view.cc5
-rw-r--r--src/wx/job_manager_view.h5
-rw-r--r--src/wx/kdm_dialog.cc1
4 files changed, 8 insertions, 4 deletions
diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc
index 605738b4f..a622e2b86 100644
--- a/src/wx/audio_plot.cc
+++ b/src/wx/audio_plot.cc
@@ -20,6 +20,7 @@
#include "audio_plot.h"
#include "lib/audio_decoder.h"
#include "lib/audio_analysis.h"
+#include "lib/compose.hpp"
#include "wx/wx_util.h"
#include <wx/graphics.h>
#include <boost/bind.hpp>
diff --git a/src/wx/job_manager_view.cc b/src/wx/job_manager_view.cc
index 1df64ba1c..2dfb41131 100644
--- a/src/wx/job_manager_view.cc
+++ b/src/wx/job_manager_view.cc
@@ -21,12 +21,13 @@
* @brief Class generating a GTK widget to show the progress of jobs.
*/
+#include "job_manager_view.h"
+#include "wx_util.h"
#include "lib/job_manager.h"
#include "lib/job.h"
#include "lib/util.h"
#include "lib/exceptions.h"
-#include "job_manager_view.h"
-#include "wx_util.h"
+#include "lib/compose.hpp"
using std::string;
using std::list;
diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h
index a83b481dc..c6805aaa9 100644
--- a/src/wx/job_manager_view.h
+++ b/src/wx/job_manager_view.h
@@ -21,9 +21,10 @@
* @brief Class which is a wxPanel for showing the progress of jobs.
*/
-#include <string>
-#include <boost/shared_ptr.hpp>
#include <wx/wx.h>
+#include <boost/shared_ptr.hpp>
+#include <string>
+#include <list>
class Job;
class JobRecord;
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc
index 8d629b662..7046c160e 100644
--- a/src/wx/kdm_dialog.cc
+++ b/src/wx/kdm_dialog.cc
@@ -24,6 +24,7 @@
#include "lib/cinema.h"
#include "lib/config.h"
#include "lib/film.h"
+#include "lib/screen.h"
#include <libcxml/cxml.h>
#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
#include "dir_picker_ctrl.h"