From d85ac4937efa9fb8e1c0a214a1f10464f4633d58 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Aug 2015 19:22:05 +0100 Subject: [PATCH] Include tidying. --- src/wx/about_dialog.cc | 8 ++++---- 1 file 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 -#include -#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 +#include using std::vector; -- 2.30.2