From 5410d3630672d5e7adf93253240168eebb692e75 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Sep 2018 21:22:49 +0200 Subject: Remove using namespace declarations --- test/ringbuffer_test.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/ringbuffer_test.cpp') 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 #include -using namespace std; -using namespace Raul; - #define MSG_SIZE 20 namespace { -- cgit v1.2.1