summaryrefslogtreecommitdiff
path: root/src/wx/config_move_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-22 23:27:15 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-22 23:27:15 +0200
commit3c29aa6531a4046a8db72dcac81189eb8893233c (patch)
treece2a134dab63df1711a135ae5732839ff293d958 /src/wx/config_move_dialog.cc
parent92364afecf76a87e1f96980cb1b91cf6f6a7522c (diff)
Use libdcp's warnings.h
Diffstat (limited to 'src/wx/config_move_dialog.cc')
-rw-r--r--src/wx/config_move_dialog.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/config_move_dialog.cc b/src/wx/config_move_dialog.cc
index baf55f18a..c9a0d7eae 100644
--- a/src/wx/config_move_dialog.cc
+++ b/src/wx/config_move_dialog.cc
@@ -18,11 +18,13 @@
*/
+
#include "config_move_dialog.h"
-#include "wx_util.h"
#include "static_text.h"
+#include "wx_util.h"
#include <boost/filesystem.hpp>
+
ConfigMoveDialog::ConfigMoveDialog (wxWindow* parent, boost::filesystem::path new_file)
: QuestionDialog (
parent,