summaryrefslogtreecommitdiffstats
path: root/test/thread_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/thread_test.cpp')
-rw-r--r--test/thread_test.cpp4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#include "raul/Semaphore.hpp"
+
#include <atomic>
#include <iostream>
#include <thread>
-#include "raul/Semaphore.hpp"
-
using namespace std;
using namespace Raul;