diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-07 22:16:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-07 22:16:41 +0100 |
| commit | 74f639adc8ddb21d3de095cdb5d5a529bdbf7a2c (patch) | |
| tree | 9e8117a927ab8c67d7506573b7af56cc46fd61ce /test | |
| parent | 4031daf74e39f410025355f8b9cf4d3c849174b4 (diff) | |
Tidy some includes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/markers_test.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/markers_test.cc b/test/markers_test.cc index 051e340a..3f2ea8ab 100644 --- a/test/markers_test.cc +++ b/test/markers_test.cc @@ -32,17 +32,17 @@ */ -#include <boost/bind.hpp> -#include <memory> -#include <boost/test/unit_test.hpp> #include "cpl.h" #include "reel.h" #include "reel_markers_asset.h" +#include <boost/bind.hpp> +#include <boost/test/unit_test.hpp> +#include <memory> -using std::string; -using std::shared_ptr; using std::make_shared; +using std::shared_ptr; +using std::string; BOOST_AUTO_TEST_CASE (markers_write_test) |
