summaryrefslogtreecommitdiffstats
path: root/src/UIFile.hpp
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/UIFile.hpp
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/UIFile.hpp')
-rw-r--r--src/UIFile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index 6ae68f7..0589065 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -23,7 +23,7 @@
#include <stdexcept>
#include <string>
-#include <gtkmm.h>
+#include <gtkmm/builder.h>
#include "raul/log.hpp"