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/thread_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/thread_test.cpp') diff --git a/test/thread_test.cpp b/test/thread_test.cpp index 9012b4c..78c0ad2 100644 --- a/test/thread_test.cpp +++ b/test/thread_test.cpp @@ -14,12 +14,12 @@ along with Raul. If not, see . */ +#include "raul/Semaphore.hpp" + #include #include #include -#include "raul/Semaphore.hpp" - using namespace std; using namespace Raul; -- cgit v1.2.1