diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/screen_dialog.cc | 10 |
1 files changed, 5 insertions, 5 deletions
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 <wx/filepicker.h> -#include <wx/validate.h> -#include <dcp/exceptions.h> -#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 <dcp/exceptions.h> +#include <wx/filepicker.h> +#include <wx/validate.h> #include <iostream> using std::string; |
