From: Carl Hetherington Date: Mon, 2 Nov 2015 20:27:04 +0000 (+0000) Subject: Header ordering. X-Git-Tag: v2.4.16~22 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=8a673bcf0cd26268899face63723c0f201fabcce Header ordering. --- diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index e312af920..98a525318 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -17,15 +17,15 @@ */ -#include -#include -#include -#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 +#include +#include #include using std::string;