From 17cc5056bbd4c5e79ee16894f94892d5a11d521c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 May 2012 06:11:56 +0000 Subject: Trim unnecessary includes. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4413 a436a847-0d15-0410-975c-d299462d15a1 --- raul/log.hpp | 1 - src/log.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 #include -#include #include 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 . */ +#include #include #include "raul/log.hpp" -- cgit v1.2.1