diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-09 00:51:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-09 00:51:06 +0100 |
| commit | b7911b6da3eb53fe7a87a5abd05c20026f2d865d (patch) | |
| tree | c2f1ef50edb544237ebadcc87a2df3c44baf2d95 /src/wx/kdm_dialog.cc | |
| parent | a04e7f3054f0d99c8f54863142d096bc655a4bc9 (diff) | |
| parent | f0144040f62b94908f5d3198e2fcc8ebc60dfba1 (diff) | |
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Diffstat (limited to 'src/wx/kdm_dialog.cc')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 67e1a9951..300800697 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -17,24 +17,24 @@ */ -#include <wx/treectrl.h> -#include <wx/datectrl.h> -#include <wx/timectrl.h> -#include <wx/stdpaths.h> -#include <wx/listctrl.h> -#include <libcxml/cxml.h> -#include "lib/cinema.h" -#include "lib/config.h" -#include "lib/film.h" #include "kdm_dialog.h" #include "cinema_dialog.h" #include "screen_dialog.h" #include "wx_util.h" #ifdef DCPOMATIC_USE_OWN_DIR_PICKER #include "dir_picker_ctrl.h" +#include "lib/cinema.h" +#include "lib/config.h" +#include "lib/film.h" +#include <libcxml/cxml.h> #else #include <wx/filepicker.h> #endif +#include <wx/treectrl.h> +#include <wx/datectrl.h> +#include <wx/timectrl.h> +#include <wx/stdpaths.h> +#include <wx/listctrl.h> using std::string; using std::map; |
