summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-02 20:27:04 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-02 20:27:04 +0000
commit8a673bcf0cd26268899face63723c0f201fabcce (patch)
tree910c73d877ee1d12d8f1891a7b384271faa5a253 /src
parentf1bfe8575b3e2d2e90e2e623e60082bc1938ba64 (diff)
Header ordering.
Diffstat (limited to 'src')
-rw-r--r--src/wx/screen_dialog.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc
index e312af920..98a525318 100644
--- a/src/wx/screen_dialog.cc
+++ b/src/wx/screen_dialog.cc
@@ -17,15 +17,15 @@
*/
-#include <wx/filepicker.h>
-#include <wx/validate.h>
-#include <dcp/exceptions.h>
-#include "lib/compose.hpp"
-#include "lib/util.h"
#include "screen_dialog.h"
#include "wx_util.h"
#include "doremi_certificate_dialog.h"
#include "dolby_certificate_dialog.h"
+#include "lib/compose.hpp"
+#include "lib/util.h"
+#include <dcp/exceptions.h>
+#include <wx/filepicker.h>
+#include <wx/validate.h>
#include <iostream>
using std::string;