Cleanup: header ordering.
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Apr 2024 16:20:10 +0000 (18:20 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Apr 2024 19:19:49 +0000 (21:19 +0200)
src/wx/wx_util.cc

index 28ac6ab5c5b4bb4bace0bec0020ffd4c82aa1453..b81a9a292fa9a861fb0a585028d2c317dff78436 100644 (file)
 #include <dcp/locale_convert.h>
 #include <dcp/warnings.h>
 LIBDCP_DISABLE_WARNINGS
-#include <wx/spinctrl.h>
-#include <wx/splash.h>
-#include <wx/progdlg.h>
 #include <wx/filepicker.h>
+#include <wx/progdlg.h>
 #include <wx/sizer.h>
+#include <wx/spinctrl.h>
+#include <wx/splash.h>
 LIBDCP_ENABLE_WARNINGS
 #include <boost/thread.hpp>