summaryrefslogtreecommitdiffstats
path: root/test/ringbuffer_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-16 21:22:49 +0200
committerDavid Robillard <d@drobilla.net>2018-09-16 21:43:06 +0200
commit5410d3630672d5e7adf93253240168eebb692e75 (patch)
treef91c9c43ec5cec1d7193df0baf88744338cdec47 /test/ringbuffer_test.cpp
parent5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8 (diff)
downloadraul-5410d3630672d5e7adf93253240168eebb692e75.tar.gz
raul-5410d3630672d5e7adf93253240168eebb692e75.tar.bz2
raul-5410d3630672d5e7adf93253240168eebb692e75.zip
Remove using namespace declarations
Diffstat (limited to 'test/ringbuffer_test.cpp')
-rw-r--r--test/ringbuffer_test.cpp3
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 {