diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-08 18:20:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-08 21:19:49 +0200 |
| commit | de6b14be22c8dc5ebacd57f5e29b5fe5c4479c38 (patch) | |
| tree | 4259c808c21cbd21cb21963505e4a8c4d68869ef | |
| parent | dfe62ce634cc61823f115bb8f24b04e4959f4aa1 (diff) | |
Cleanup: header ordering.
| -rw-r--r-- | src/wx/wx_util.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 28ac6ab5c..b81a9a292 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -40,11 +40,11 @@ #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> |
