Remove Evoral::MIDIEvent
[ardour.git] / libs / midi++2 / midi++ / event.h
index 24a8db37ee085ff133ec942d95942af3e056ee77..e9f4b4ee70a2686b0eedee654d72ee7b34c4ebc5 100644 (file)
@@ -1,6 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
-    Author: Dave Robillard
+    Copyright (C) 2007 Paul Davis
 
     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
 #include <sstream>
 #include <assert.h>
 
-#include <midi++/types.h>
-#include <midi++/events.h>
-#include <pbd/xml++.h>
+#include "midi++/libmidi_visibility.h"
+#include "midi++/types.h"
+#include "midi++/events.h"
+#include "pbd/xml++.h"
 
 /** If this is not defined, all methods of MidiEvent are RT safe
  * but MidiEvent will never deep copy and (depending on the scenario)
- * may not be usable in STL containers, signals, etc. 
+ * may not be usable in STL containers, signals, etc.
  */
 #define EVORAL_EVENT_ALLOC 1
 
-/** Support serialisation of MIDI events to/from XML */
-#define EVORAL_MIDI_XML 1
-
-#include <evoral/Event.hpp>
-#include <evoral/MIDIEvent.hpp>
+#include "evoral/Event.hpp"
 
 #endif /* __libmidipp_midi_event_h__ */