Include tidying.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Aug 2015 18:22:05 +0000 (19:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Aug 2015 18:22:05 +0000 (19:22 +0100)
src/wx/about_dialog.cc

index 9f95a9b77a7baec1ed0c7853b6794e632825f528..c8ea578cc0368d5280a1e33a0a8603bf3a6b6833 100644 (file)
  *  @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;