diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:22:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:22:18 +0200 |
| commit | 9853cbf566fdfdea096333c4caa788c29fa5c57b (patch) | |
| tree | f096ad55c55269deb5ec1037212c726e18361d6d /test | |
| parent | 1b7d38b2e148cc83d5243fbdcfa0a0efc15992d4 (diff) | |
Rename compose.hpp to compose.h
Diffstat (limited to 'test')
| -rw-r--r-- | test/compose_test.cc | 2 | ||||
| -rw-r--r-- | test/mca_test.cc | 2 | ||||
| -rw-r--r-- | test/test.cc | 2 | ||||
| -rw-r--r-- | test/verify_test.cc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/compose_test.cc b/test/compose_test.cc index 3ff422a1..9dddb81b 100644 --- a/test/compose_test.cc +++ b/test/compose_test.cc @@ -32,7 +32,7 @@ */ -#include "compose.hpp" +#include "compose.h" #include <boost/test/unit_test.hpp> diff --git a/test/mca_test.cc b/test/mca_test.cc index bcedce78..3888e2b7 100644 --- a/test/mca_test.cc +++ b/test/mca_test.cc @@ -32,7 +32,7 @@ */ -#include "compose.hpp" +#include "compose.h" #include "cpl.h" #include "reel.h" #include "reel_sound_asset.h" diff --git a/test/test.cc b/test/test.cc index 3cb40aaf..e9561dbe 100644 --- a/test/test.cc +++ b/test/test.cc @@ -33,7 +33,7 @@ #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE libdcp_test -#include "compose.hpp" +#include "compose.h" #include "cpl.h" #include "dcp.h" #include "interop_subtitle_asset.h" diff --git a/test/verify_test.cc b/test/verify_test.cc index a77a20aa..d8a259ac 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -31,7 +31,7 @@ files in the program, then also delete it here. */ -#include "compose.hpp" +#include "compose.h" #include "cpl.h" #include "dcp.h" #include "interop_subtitle_asset.h" |
