diff options
Diffstat (limited to 'test/ringbuffer_test.cpp')
-rw-r--r-- | test/ringbuffer_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp index 1c488be..aeebacd 100644 --- a/test/ringbuffer_test.cpp +++ b/test/ringbuffer_test.cpp @@ -24,9 +24,6 @@ #include <string> #include <thread> -using namespace std; -using namespace Raul; - #define MSG_SIZE 20 namespace { |