summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-07 03:34:19 +0000
committerDavid Robillard <d@drobilla.net>2011-06-07 03:34:19 +0000
commit07f12de4656cfa2c835637d5d3c657ac0f0ddaf2 (patch)
tree6d56c3b46fd9f48bd21e4925d82cbf83c482b58e /src/main.cpp
parent00f2ad0069fe4e51e40e6a3b3d41f125b67f89cf (diff)
downloadpatchage-07f12de4656cfa2c835637d5d3c657ac0f0ddaf2.tar.gz
patchage-07f12de4656cfa2c835637d5d3c657ac0f0ddaf2.tar.bz2
patchage-07f12de4656cfa2c835637d5d3c657ac0f0ddaf2.zip
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
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 89207a9..3256190 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,13 +19,13 @@
#include <stdlib.h>
#include <unistd.h>
#include <string>
-#include <gtk/gtk.h>
+#include <gtk/gtkrc.h>
#include "binary_location.h"
#endif
#include <iostream>
-#include <libgnomecanvasmm.h>
+#include <libgnomecanvasmm/init.h>
#include <glibmm/exception.h>
#include "raul/log.hpp"