Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / wx_util.h
index f85110eae69d749863d0a93d73072278fa2ab56e..06e3eda0f1b447d090c7d6350c55463a3b928f2a 100644 (file)
 #include "lib/dcpomatic_time.h"
 #include "lib/warnings.h"
 DCPOMATIC_DISABLE_WARNINGS
+#include <wx/gbsizer.h>
 #include <wx/wx.h>
 DCPOMATIC_ENABLE_WARNINGS
-#include <wx/gbsizer.h>
-#include <boost/thread.hpp>
 #include <boost/signals2.hpp>
+#include <boost/thread.hpp>
 
 
 class FilePickerCtrl;