diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 16:57:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 18:00:33 +0100 |
| commit | 14e4bc18e65378332604016bd6239861a083d5bf (patch) | |
| tree | 25690f8840fb49c808e8106c848e1891c6759ab6 /test | |
| parent | dbf43f9113d88245f27493fd5d6950ba142b7f1f (diff) | |
Include tidying src/lib/a-j*.h
Diffstat (limited to 'test')
| -rw-r--r-- | test/srt_subtitle_test.cc | 1 | ||||
| -rw-r--r-- | test/test.cc | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc index 4bf2e59ea..4920f0be5 100644 --- a/test/srt_subtitle_test.cc +++ b/test/srt_subtitle_test.cc @@ -25,6 +25,7 @@ #include "lib/subrip_content.h" #include "lib/dcp_content_type.h" #include "lib/font.h" +#include "lib/ratio.h" #include "test.h" #include <boost/test/unit_test.hpp> #include <boost/algorithm/string.hpp> diff --git a/test/test.cc b/test/test.cc index b86796bbd..060386089 100644 --- a/test/test.cc +++ b/test/test.cc @@ -21,12 +21,6 @@ * @brief Overall test stuff and useful methods for tests. */ -#include <vector> -#include <list> -#include <Magick++.h> -#include <sndfile.h> -#include <libxml++/libxml++.h> -#include <dcp/dcp.h> #include "lib/config.h" #include "lib/util.h" #include "lib/signal_manager.h" @@ -36,9 +30,16 @@ #include "lib/cross.h" #include "lib/server_finder.h" #include "lib/image.h" +#include "lib/ratio.h" +#include <dcp/dcp.h> +#include <sndfile.h> +#include <libxml++/libxml++.h> +#include <Magick++.h> #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE dcpomatic_test #include <boost/test/unit_test.hpp> +#include <list> +#include <vector> using std::string; using std::vector; |
