From 86a80bce70eac4c35bf937be3e8da8837bf69d5c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 Oct 2020 22:09:32 +0200 Subject: Move a bind.hpp include out of a header. --- test/asset_test.cc | 4 +++- test/markers_test.cc | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/asset_test.cc b/test/asset_test.cc index e493fa8e..13f4773e 100644 --- a/test/asset_test.cc +++ b/test/asset_test.cc @@ -31,8 +31,10 @@ files in the program, then also delete it here. */ -#include + #include "asset.h" +#include +#include using std::string; using boost::shared_ptr; diff --git a/test/markers_test.cc b/test/markers_test.cc index 813736de..f42f33c5 100644 --- a/test/markers_test.cc +++ b/test/markers_test.cc @@ -31,11 +31,13 @@ files in the program, then also delete it here. */ + +#include +#include +#include #include "cpl.h" #include "reel.h" #include "reel_markers_asset.h" -#include -#include using std::string; using boost::shared_ptr; -- cgit v1.2.3