summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/about_dialog.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 9f95a9b77..c8ea578cc 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -21,12 +21,12 @@
* @brief The "about DCP-o-matic" dialogue box.
*/
-#include <wx/notebook.h>
-#include <wx/hyperlink.h>
-#include "lib/version.h"
-#include "lib/compose.hpp"
#include "about_dialog.h"
#include "wx_util.h"
+#include "lib/version.h"
+#include "lib/compose.hpp"
+#include <wx/notebook.h>
+#include <wx/hyperlink.h>
using std::vector;