diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-06-11 19:15:09 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-06-11 19:15:09 +0200 |
commit | fa10bccb322dedee6b72d6f8c1834de8b194d3ca (patch) | |
tree | e3ffaecb550be05abc3eabb3ac812d75e351e17d /lv2/lv2_gui.h | |
parent | 30d7235c2ceda6d549438a9204b60a0e1f9186de (diff) |
Port to new LV2 state interface. Use new lv2-1.0 header files (from system) and remove local copies of same.
Diffstat (limited to 'lv2/lv2_gui.h')
-rw-r--r-- | lv2/lv2_gui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/lv2_gui.h b/lv2/lv2_gui.h index aef2127..2857445 100644 --- a/lv2/lv2_gui.h +++ b/lv2/lv2_gui.h @@ -27,7 +27,8 @@ #ifndef __DRUMGIZMO_LV2_GUI_H__ #define __DRUMGIZMO_LV2_GUI_H__ -#include "lv2_data_access.h" +#include <lv2/lv2plug.in/ns/lv2core/lv2.h> +#include <lv2/lv2plug.in/ns/ext/data-access/data-access.h> #define PLUGIN_INSTANCE_URI "http://drumgizmo.org/ns/drumgizmo-plugin-instance" |