summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-14 06:11:56 +0000
committerDavid Robillard <d@drobilla.net>2012-05-14 06:11:56 +0000
commit17cc5056bbd4c5e79ee16894f94892d5a11d521c (patch)
tree1d70b39e033c86f8723361c18b5fd495dec8c4ae
parentb85ad0bc4e96566d8f936295e36fae2eef99d356 (diff)
downloadraul-17cc5056bbd4c5e79ee16894f94892d5a11d521c.tar.gz
raul-17cc5056bbd4c5e79ee16894f94892d5a11d521c.tar.bz2
raul-17cc5056bbd4c5e79ee16894f94892d5a11d521c.zip
Trim unnecessary includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4413 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--raul/log.hpp1
-rw-r--r--src/log.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/raul/log.hpp b/raul/log.hpp
index 823023c..5c0908c 100644
--- a/raul/log.hpp
+++ b/raul/log.hpp
@@ -19,7 +19,6 @@
#include <boost/format.hpp>
#include <iostream>
-#include <sstream>
#include <string>
namespace Raul {
diff --git a/src/log.cpp b/src/log.cpp
index c087d71..975dece 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -14,6 +14,7 @@
along with Raul. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <sstream>
#include <string>
#include "raul/log.hpp"