diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 22:58:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 20:50:32 +0200 |
| commit | bad01065584014aee4024e7cbc4a66acac7617e1 (patch) | |
| tree | 249c630c92a0347c3cd43dca1fdb5bb47c142bd3 /test | |
| parent | 392d4e0acfa5e6e7fe162bdbf30127e162402e02 (diff) | |
Remove compose.hpp includes.
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
Diffstat (limited to 'test')
| -rw-r--r-- | test/audio_mapping_test.cc | 1 | ||||
| -rw-r--r-- | test/digest_test.cc | 1 | ||||
| -rw-r--r-- | test/ffmpeg_encoder_test.cc | 1 | ||||
| -rw-r--r-- | test/ffmpeg_properties_test.cc | 1 | ||||
| -rw-r--r-- | test/image_filename_sorter_test.cc | 1 | ||||
| -rw-r--r-- | test/image_test.cc | 1 | ||||
| -rw-r--r-- | test/player_test.cc | 1 | ||||
| -rw-r--r-- | test/test.cc | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/test/audio_mapping_test.cc b/test/audio_mapping_test.cc index d046a95d2..dfde022a0 100644 --- a/test/audio_mapping_test.cc +++ b/test/audio_mapping_test.cc @@ -26,7 +26,6 @@ #include "lib/audio_mapping.h" -#include "lib/compose.hpp" #include "lib/constants.h" #include <boost/test/unit_test.hpp> #include <fmt/format.h> diff --git a/test/digest_test.cc b/test/digest_test.cc index cfd862793..dc3546888 100644 --- a/test/digest_test.cc +++ b/test/digest_test.cc @@ -25,7 +25,6 @@ */ -#include "lib/compose.hpp" #include "lib/config.h" #include "lib/dcp_content_type.h" #include "lib/film.h" diff --git a/test/ffmpeg_encoder_test.cc b/test/ffmpeg_encoder_test.cc index 247b2d394..9865d093d 100644 --- a/test/ffmpeg_encoder_test.cc +++ b/test/ffmpeg_encoder_test.cc @@ -20,7 +20,6 @@ #include "lib/audio_content.h" -#include "lib/compose.hpp" #include "lib/config.h" #include "lib/constants.h" #include "lib/content_factory.h" diff --git a/test/ffmpeg_properties_test.cc b/test/ffmpeg_properties_test.cc index bc18efe02..c0c55542f 100644 --- a/test/ffmpeg_properties_test.cc +++ b/test/ffmpeg_properties_test.cc @@ -19,7 +19,6 @@ */ -#include "lib/compose.hpp" #include "lib/content.h" #include "lib/content_factory.h" #include "lib/user_property.h" diff --git a/test/image_filename_sorter_test.cc b/test/image_filename_sorter_test.cc index b7b65611b..aed8d7721 100644 --- a/test/image_filename_sorter_test.cc +++ b/test/image_filename_sorter_test.cc @@ -25,7 +25,6 @@ */ -#include "lib/compose.hpp" #include "lib/image_filename_sorter.h" #include <fmt/format.h> #include <boost/test/unit_test.hpp> diff --git a/test/image_test.cc b/test/image_test.cc index 18710f842..46a8c15c9 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -26,7 +26,6 @@ */ -#include "lib/compose.hpp" #include "lib/image.h" #include "lib/image_content.h" #include "lib/image_decoder.h" diff --git a/test/player_test.cc b/test/player_test.cc index 1ba1602a2..788633796 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -28,7 +28,6 @@ #include "lib/audio_buffers.h" #include "lib/audio_content.h" #include "lib/butler.h" -#include "lib/compose.hpp" #include "lib/config.h" #include "lib/constants.h" #include "lib/content_factory.h" diff --git a/test/test.cc b/test/test.cc index 85698b3fe..c6f1a210f 100644 --- a/test/test.cc +++ b/test/test.cc @@ -25,7 +25,6 @@ */ -#include "lib/compose.hpp" #include "lib/config.h" #include "lib/cross.h" #include "lib/dcp_content_type.h" |
