diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-13 11:18:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 11:18:31 +0100 |
| commit | 0185ba27b0e9c52a173147c1380ec5f345109afc (patch) | |
| tree | 857df3c7f920312cccfa6a69cae7c709658a11c7 /src/wx | |
| parent | 94d5ba335224db075a95a76654f732ef54a4eabd (diff) | |
More header trimming.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/audio_mapping_view.h | 1 | ||||
| -rw-r--r-- | src/wx/content_panel.h | 1 | ||||
| -rw-r--r-- | src/wx/timecode.h | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h index 3bdc8f1a9..70a226392 100644 --- a/src/wx/audio_mapping_view.h +++ b/src/wx/audio_mapping_view.h @@ -26,7 +26,6 @@ #include "lib/audio_mapping.h" #include "lib/named_channel.h" -#include "lib/types.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/wx.h> diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index a493ea80d..de1123cce 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -22,6 +22,7 @@ #include "content_menu.h" #include "lib/enum_indexed_vector.h" #include "lib/film.h" +#include "lib/text_type.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/splitter.h> diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 65b30be12..6c5d8ae23 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -25,7 +25,6 @@ #include "wx_util.h" #include "lib/dcpomatic_time.h" -#include "lib/types.h" #include <dcp/raw_convert.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS |
