diff options
author | David Robillard <d@drobilla.net> | 2012-05-11 19:30:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-11 19:30:31 +0000 |
commit | 8ce8231c03b6ea32ef8d755503509aa72636aac7 (patch) | |
tree | cfd4a152a76adbd4cb78a01027a12a1cb311639a /src/gui/WindowFactory.hpp | |
parent | 8f1fe0695479ec9bcca84aa44e6454dec50cea00 (diff) | |
download | ingen-8ce8231c03b6ea32ef8d755503509aa72636aac7.tar.gz ingen-8ce8231c03b6ea32ef8d755503509aa72636aac7.tar.bz2 ingen-8ce8231c03b6ea32ef8d755503509aa72636aac7.zip |
Avoid including gtkmm.h
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4354 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/WindowFactory.hpp')
-rw-r--r-- | src/gui/WindowFactory.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/WindowFactory.hpp b/src/gui/WindowFactory.hpp index c9d281c3..2bf36e85 100644 --- a/src/gui/WindowFactory.hpp +++ b/src/gui/WindowFactory.hpp @@ -19,8 +19,6 @@ #include <map> -#include <gtkmm.h> - #include "ingen/GraphObject.hpp" #include "raul/SharedPtr.hpp" |