diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 19:22:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 19:22:05 +0100 |
| commit | d85ac4937efa9fb8e1c0a214a1f10464f4633d58 (patch) | |
| tree | 0ff5459e4ef42070c544d2e94e45fc0d994b64da /src | |
| parent | 881f770c0051209f430d3921ebc00d4fd97a27b8 (diff) | |
Include tidying.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 8 |
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; |
