diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-22 23:27:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:54:24 +0200 |
| commit | 86a5785b2cf84a4e22be53d7c42a4a5ae9619598 (patch) | |
| tree | 2ef3ceaabb82c2c8be204aa566ae762a3f23628d /src/wx/kdm_cpl_panel.cc | |
| parent | 1de4a0a4244d241f9f494e1ba7e13db9d18ff227 (diff) | |
Use libdcp's warnings.h
Diffstat (limited to 'src/wx/kdm_cpl_panel.cc')
| -rw-r--r-- | src/wx/kdm_cpl_panel.cc | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/wx/kdm_cpl_panel.cc b/src/wx/kdm_cpl_panel.cc index f45fc5291..b1bbc1cf0 100644 --- a/src/wx/kdm_cpl_panel.cc +++ b/src/wx/kdm_cpl_panel.cc @@ -18,18 +18,21 @@ */ + +#include "dcpomatic_button.h" #include "kdm_cpl_panel.h" -#include "wx_util.h" #include "static_text.h" -#include "dcpomatic_button.h" -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include "wx_util.h" +#include <dcp/warnings.h> +LIBDCP_DISABLE_WARNINGS #include <libxml++/libxml++.h> -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include <libcxml/cxml.h> + using std::vector; + KDMCPLPanel::KDMCPLPanel (wxWindow* parent, vector<CPLSummary> cpls) : wxPanel (parent, wxID_ANY) , _cpls (cpls) |
