From 07f12de4656cfa2c835637d5d3c657ac0f0ddaf2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Jun 2011 03:34:19 +0000 Subject: Avoid including gtkmm.h (which brings several megs of header into the compilation). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3367 a436a847-0d15-0410-975c-d299462d15a1 --- src/ProjectList.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/ProjectList.cpp') diff --git a/src/ProjectList.cpp b/src/ProjectList.cpp index 8cb352d..ce8e26d 100644 --- a/src/ProjectList.cpp +++ b/src/ProjectList.cpp @@ -15,7 +15,12 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include +#include +#include +#include +#include +#include #include "Client.hpp" #include "LashProxy.hpp" -- cgit v1.2.1