X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Flv2_event_buffer.cc;h=f1e5e4d0d13e972f54ecc0fbcc9731de02a0f693;hb=dd577004459b7810daae2b4ad6741e3a2b858565;hp=9bc61d93d15569a84ed343b08ccea83f1cf4a0b8;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/libs/ardour/lv2_event_buffer.cc b/libs/ardour/lv2_event_buffer.cc index 9bc61d93d1..f1e5e4d0d1 100644 --- a/libs/ardour/lv2_event_buffer.cc +++ b/libs/ardour/lv2_event_buffer.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - Author: Dave Robillard + Author: David Robillard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,11 +17,10 @@ 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define __STDC_LIMIT_MACROS 1 #include #include -#include "lv2ext/lv2_event.h" -#include "lv2ext/lv2_event_helpers.h" +#include "lv2/lv2plug.in/ns/ext/event/event.h" +#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h" #include "ardour/lv2_event_buffer.h" using namespace std;