summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-02 01:43:33 +0000
committerDavid Robillard <d@drobilla.net>2010-02-02 01:43:33 +0000
commitdbdabee57ff402b0b9d25468d6f57ebe2cc5b776 (patch)
tree62c6c2b346be1199a2cb67fd9aa364394f45531d
parent9b585b48d826ba0e035a73cb5e9673c975c04821 (diff)
downloadraul-dbdabee57ff402b0b9d25468d6f57ebe2cc5b776.tar.gz
raul-dbdabee57ff402b0b9d25468d6f57ebe2cc5b776.tar.bz2
raul-dbdabee57ff402b0b9d25468d6f57ebe2cc5b776.zip
Remove <sstream> and <iostream> includes, add <ostream> include.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2405 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--raul/Atom.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp
index 4e5a175..8fbdaa0 100644
--- a/raul/Atom.hpp
+++ b/raul/Atom.hpp
@@ -23,8 +23,7 @@
#include <cassert>
#include <cstring>
#include <string>
-#include <sstream>
-#include <iostream>
+#include <ostream>
#define CUC(x) ((const unsigned char*)(x))