diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-25 01:08:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:38 +0100 |
| commit | f0385de250d58a3bbb548f349c98f1815479f376 (patch) | |
| tree | a710eb9d001d99166881cd641049995f6a186938 | |
| parent | 5d522d0b3648d8b248efc16c0238af2cb6958cdf (diff) | |
Trim some includes.
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index e120048fa..fb0943504 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -18,28 +18,17 @@ */ + #include "wx/i18n_setup.h" #include "wx/id.h" #include "wx/player_frame.h" -#include "wx/wx_ptr.h" #include "wx/wx_signal_manager.h" #include "wx/wx_util.h" #include "wx/wx_variant.h" #include "lib/constants.h" #include "lib/cross.h" -#include "lib/dcp_examiner.h" -#include "lib/dcpomatic_socket.h" -#include "lib/ffmpeg_content.h" #include "lib/film.h" -#include "lib/internet.h" -#include "lib/job.h" -#include "lib/player.h" -#include "lib/player_video.h" -#include "lib/ratio.h" -#include "lib/scoped_temporary.h" -#include "lib/server.h" #include "lib/update_checker.h" -#include "lib/verify_dcp_job.h" #include <dcp/dcp.h> #include <dcp/exceptions.h> #include <dcp/filesystem.h> @@ -53,7 +42,6 @@ LIBDCP_ENABLE_WARNINGS #ifdef __WXGTK__ #include <X11/Xlib.h> #endif -#include <boost/algorithm/string.hpp> #include <boost/bind/bind.hpp> #include <iostream> |
