diff options
author | David Robillard <d@drobilla.net> | 2012-05-14 06:11:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-14 06:11:56 +0000 |
commit | 17cc5056bbd4c5e79ee16894f94892d5a11d521c (patch) | |
tree | 1d70b39e033c86f8723361c18b5fd495dec8c4ae | |
parent | b85ad0bc4e96566d8f936295e36fae2eef99d356 (diff) | |
download | raul-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.hpp | 1 | ||||
-rw-r--r-- | src/log.cpp | 1 |
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" |