summaryrefslogtreecommitdiffstats
path: root/test/sem_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sem_test.cpp')
-rw-r--r--test/sem_test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/sem_test.cpp b/test/sem_test.cpp
index f44fc5e..8daf82b 100644
--- a/test/sem_test.cpp
+++ b/test/sem_test.cpp
@@ -16,14 +16,12 @@
#undef NDEBUG
+#include "raul/Semaphore.hpp"
+
#include <cassert>
#include <chrono>
-#include <iostream>
-#include <limits>
#include <thread>
-#include "raul/Semaphore.hpp"
-
static void
wait_for_sem(Raul::Semaphore* sem)
{