diff options
author | David Robillard <d@drobilla.net> | 2009-05-13 04:56:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-13 04:56:54 +0000 |
commit | c7636aff127f9095422091d39baae1a0fdbf8cee (patch) | |
tree | 834da099549b309fa5194073ddf38d8f44478b88 | |
parent | 1e9ca17f0d335df448eda7c0fd89ee94a2068b61 (diff) | |
download | raul-c7636aff127f9095422091d39baae1a0fdbf8cee.tar.gz raul-c7636aff127f9095422091d39baae1a0fdbf8cee.tar.bz2 raul-c7636aff127f9095422091d39baae1a0fdbf8cee.zip |
Remove unused junk on ClientInterface.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1994 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | raul/SRMWQueue.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/raul/SRMWQueue.hpp b/raul/SRMWQueue.hpp index ea8858e..631fcc5 100644 --- a/raul/SRMWQueue.hpp +++ b/raul/SRMWQueue.hpp @@ -24,9 +24,6 @@ #include <boost/utility.hpp> #include "raul/AtomicInt.hpp" -#include <iostream> -using namespace std; - namespace Raul { |