aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler_ui.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-19 02:19:30 +0000
committerDavid Robillard <d@drobilla.net>2012-02-19 02:19:30 +0000
commit7fce157bc3940f997e9ac8566c55021b9af43b0a (patch)
treec98f7843395e4f1590da0bdeef8b508f52c68340 /plugins/eg-sampler.lv2/sampler_ui.c
parentf6c018197f1b2496e3bb1d79a8950a2febebea6b (diff)
downloadlv2-7fce157bc3940f997e9ac8566c55021b9af43b0a.tar.xz
atom/atom-helpers.h => atom/util.h.
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler_ui.c')
-rw-r--r--plugins/eg-sampler.lv2/sampler_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/sampler_ui.c b/plugins/eg-sampler.lv2/sampler_ui.c
index 619db50..cdc11b3 100644
--- a/plugins/eg-sampler.lv2/sampler_ui.c
+++ b/plugins/eg-sampler.lv2/sampler_ui.c
@@ -23,7 +23,7 @@
#include <gtk/gtk.h>
-#include "lv2/lv2plug.in/ns/ext/atom/atom-helpers.h"
+#include "lv2/lv2plug.in/ns/ext/atom/util.h"
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
#include "lv2/lv2plug.in/ns/ext/atom/forge.h"
#include "lv2/lv2plug.in/ns/ext/message/message.h"