Tidy some includes.
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2022 21:16:41 +0000 (22:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2022 21:16:41 +0000 (22:16 +0100)
test/markers_test.cc

index 051e340a1eddbcca40cf2f52397a0e55bffabafd..3f2ea8abb2e0dd7d4ae255812e007337922e799b 100644 (file)
 */
 
 
-#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)