diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-11 02:09:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-11 02:09:07 +0200 |
| commit | 34b62036b7d9633bf0d7221b20c63e3be680751a (patch) | |
| tree | 73c17dcd8aa3ccaf6ce51aac9fc1e16e8ba4da3a | |
| parent | d341ccb34bbd344da9b1796d07293b95f948d167 (diff) | |
Remove unused includes/usings.
| -rw-r--r-- | src/lib/image_filename_sorter.cc | 2 | ||||
| -rw-r--r-- | src/wx/audio_mapping_view.cc | 2 | ||||
| -rw-r--r-- | src/wx/full_config_dialog.cc | 2 | ||||
| -rw-r--r-- | src/wx/player_config_dialog.cc | 2 | ||||
| -rw-r--r-- | src/wx/time_picker.cc | 2 | ||||
| -rw-r--r-- | src/wx/timing_panel.cc | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/image_filename_sorter.cc b/src/lib/image_filename_sorter.cc index f0370bdcb..3dc2c2047 100644 --- a/src/lib/image_filename_sorter.cc +++ b/src/lib/image_filename_sorter.cc @@ -20,7 +20,6 @@ #include "image_filename_sorter.h" -#include <dcp/locale_convert.h> #include <boost/filesystem.hpp> #include <boost/optional.hpp> #include <iostream> @@ -28,7 +27,6 @@ using std::list; using std::string; -using dcp::locale_convert; using boost::optional; diff --git a/src/wx/audio_mapping_view.cc b/src/wx/audio_mapping_view.cc index f1f008846..c6a82daba 100644 --- a/src/wx/audio_mapping_view.cc +++ b/src/wx/audio_mapping_view.cc @@ -30,7 +30,6 @@ #include "wx_util.h" #include "lib/audio_mapping.h" #include "lib/maths_util.h" -#include <dcp/locale_convert.h> #include <dcp/types.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS @@ -53,7 +52,6 @@ using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif -using dcp::locale_convert; static constexpr auto INDICATOR_SIZE = 20; diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 704bce621..e61758336 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -66,7 +66,6 @@ #include <dcp/certificate_chain.h> #include <dcp/exceptions.h> #include <dcp/filesystem.h> -#include <dcp/locale_convert.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/filepicker.h> @@ -92,7 +91,6 @@ using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif -using dcp::locale_convert; using namespace dcpomatic; diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc index e755acf9a..10c0e00be 100644 --- a/src/wx/player_config_dialog.cc +++ b/src/wx/player_config_dialog.cc @@ -52,7 +52,6 @@ #include "lib/util.h" #include <dcp/certificate_chain.h> #include <dcp/exceptions.h> -#include <dcp/locale_convert.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/filepicker.h> @@ -76,7 +75,6 @@ using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif -using dcp::locale_convert; using namespace dcpomatic; diff --git a/src/wx/time_picker.cc b/src/wx/time_picker.cc index acdca1301..c80dea797 100644 --- a/src/wx/time_picker.cc +++ b/src/wx/time_picker.cc @@ -22,7 +22,6 @@ #include "static_text.h" #include "time_picker.h" #include "wx_util.h" -#include <dcp/locale_convert.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <wx/spinctrl.h> @@ -38,7 +37,6 @@ using std::setfill; using std::setw; using std::string; using boost::bind; -using dcp::locale_convert; TimePicker::TimePicker (wxWindow* parent) diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index 482b1ce9c..edf0dae7f 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -37,7 +37,6 @@ #include "lib/string_text_file_content.h" #include "lib/text_content.h" #include "lib/video_content.h" -#include <dcp/locale_convert.h> #include <dcp/warnings.h> #if defined(__WXGTK20__) && !defined(__WXGTK3__) #define TIMING_PANEL_ALIGNMENT_HACK 1 @@ -57,7 +56,6 @@ using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif -using dcp::locale_convert; using namespace dcpomatic; |
