New test.
[ardour.git] / libs / ardour / lv2_event_buffer.cc
index 9bc61d93d15569a84ed343b08ccea83f1cf4a0b8..f1e5e4d0d13e972f54ecc0fbcc9731de02a0f693 100644 (file)
@@ -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
     675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
-#define __STDC_LIMIT_MACROS 1
 #include <stdint.h>
 #include <iostream>
-#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;