diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-13 01:04:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 01:11:42 +0100 |
| commit | 94d5ba335224db075a95a76654f732ef54a4eabd (patch) | |
| tree | d7937d18579769be088424fdc6d1fa79c5d0a5c1 /src/wx | |
| parent | 53d472f6e4531586fb91e649c386fdfaecb6ecaf (diff) | |
Add video_{range,frame_type}.{cc,h} and remove some types.h includes.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/auto_crop_dialog.cc | 1 | ||||
| -rw-r--r-- | src/wx/content_panel.h | 1 | ||||
| -rw-r--r-- | src/wx/controls.h | 1 | ||||
| -rw-r--r-- | src/wx/kdm_cpl_panel.h | 2 | ||||
| -rw-r--r-- | src/wx/timeline_content_view.h | 1 | ||||
| -rw-r--r-- | src/wx/video_panel.h | 1 |
6 files changed, 3 insertions, 4 deletions
diff --git a/src/wx/auto_crop_dialog.cc b/src/wx/auto_crop_dialog.cc index bfc08beb3..7e1f73653 100644 --- a/src/wx/auto_crop_dialog.cc +++ b/src/wx/auto_crop_dialog.cc @@ -23,7 +23,6 @@ #include "dcpomatic_spin_ctrl.h" #include "wx_util.h" #include "lib/config.h" -#include "lib/types.h" AutoCropDialog::AutoCropDialog (wxWindow* parent, Crop crop) diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 4ce68aea5..a493ea80d 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -22,7 +22,6 @@ #include "content_menu.h" #include "lib/enum_indexed_vector.h" #include "lib/film.h" -#include "lib/types.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/splitter.h> diff --git a/src/wx/controls.h b/src/wx/controls.h index df33005ff..f04f3aab6 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -25,7 +25,6 @@ #include "lib/dcpomatic_time.h" #include "lib/film.h" -#include "lib/types.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> diff --git a/src/wx/kdm_cpl_panel.h b/src/wx/kdm_cpl_panel.h index 720a1efe8..9ce90217e 100644 --- a/src/wx/kdm_cpl_panel.h +++ b/src/wx/kdm_cpl_panel.h @@ -18,6 +18,7 @@ */ + #include "lib/types.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS @@ -25,6 +26,7 @@ LIBDCP_DISABLE_WARNINGS LIBDCP_ENABLE_WARNINGS #include <boost/filesystem.hpp> + class KDMCPLPanel : public wxPanel { public: diff --git a/src/wx/timeline_content_view.h b/src/wx/timeline_content_view.h index aa9832e5d..7794120cd 100644 --- a/src/wx/timeline_content_view.h +++ b/src/wx/timeline_content_view.h @@ -25,7 +25,6 @@ #include "timeline_view.h" #include "lib/change_signaller.h" -#include "lib/types.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 752e37765..81e65d820 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -28,6 +28,7 @@ #include "content_widget.h" #include "timecode.h" #include "lib/film.h" +#include "lib/video_frame_type.h" class CheckBox; |
