summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-07 22:16:41 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-07 22:16:41 +0100
commit74f639adc8ddb21d3de095cdb5d5a529bdbf7a2c (patch)
tree9e8117a927ab8c67d7506573b7af56cc46fd61ce
parent4031daf74e39f410025355f8b9cf4d3c849174b4 (diff)
Tidy some includes.
-rw-r--r--test/markers_test.cc10
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)