summaryrefslogtreecommitdiffstats
path: root/test/double_buffer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/double_buffer_test.cpp')
-rw-r--r--test/double_buffer_test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/double_buffer_test.cpp b/test/double_buffer_test.cpp
index d4d0554..5148f88 100644
--- a/test/double_buffer_test.cpp
+++ b/test/double_buffer_test.cpp
@@ -16,13 +16,10 @@
#include "raul/DoubleBuffer.hpp"
-using namespace std;
-using namespace Raul;
-
int
main(int argc, char** argv)
{
- DoubleBuffer<int> db(0);
+ Raul::DoubleBuffer<int> db(0);
if (db.get() != 0) {
return 1;