diff options
author | David Robillard <d@drobilla.net> | 2011-05-24 20:52:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-24 20:52:22 +0000 |
commit | c85f3ab4c7d4c1e793519a400f10fc8499459d80 (patch) | |
tree | e5ec7d84a6ea3c437c0fc555d4c7dda96c84c196 /src/gui/ConnectWindow.hpp | |
parent | a63ca8cb96f95849c42250500f327e0fa2f2f850 (diff) | |
download | ingen-c85f3ab4c7d4c1e793519a400f10fc8499459d80.tar.gz ingen-c85f3ab4c7d4c1e793519a400f10fc8499459d80.tar.bz2 ingen-c85f3ab4c7d4c1e793519a400f10fc8499459d80.zip |
Remove use of ingen-config.h in soon-to-be-public headers.
Make Lilv dependency mandatory.
Reduce dependency on ingen-config.h.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3316 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/ConnectWindow.hpp')
-rw-r--r-- | src/gui/ConnectWindow.hpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 44d4c925..65ff11a2 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -18,14 +18,9 @@ #ifndef INGEN_GUI_CONNECTWINDOW_HPP #define INGEN_GUI_CONNECTWINDOW_HPP -#include "ingen-config.h" - -#ifdef HAVE_LILV -#include "lilv/lilv.h" -#endif - #include <gtkmm.h> +#include "lilv/lilv.h" #include "raul/SharedPtr.hpp" #include "Window.hpp" |