From d6744d73957bb23a57a5d2c1f207eb239d1a6d0d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Sep 2018 21:09:11 +0200 Subject: Clean up includes --- test/maid_test.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test/maid_test.cpp') diff --git a/test/maid_test.cpp b/test/maid_test.cpp index e21ba04..a692c1d 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -16,13 +16,16 @@ #undef NDEBUG +#include "raul/Maid.hpp" + +#include #include +#include #include +#include #include #include -#include "raul/Maid.hpp" - using Raul::Maid; static const size_t n_threads = 8; -- cgit v1.2.1