Header ordering.
authorCarl Hetherington <cth@carlh.net>
Mon, 2 Nov 2015 20:27:04 +0000 (20:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 2 Nov 2015 20:27:04 +0000 (20:27 +0000)
src/wx/screen_dialog.cc

index e312af9205b1dc24ebf940b14e520d957c847463..98a52531830a353647879cfea94fb1347f800bfb 100644 (file)
 
 */
 
-#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;