summaryrefslogtreecommitdiff
path: root/libs/midi++2/midi++/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/midi++2/midi++/event.h')
-rw-r--r--libs/midi++2/midi++/event.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/midi++2/midi++/event.h b/libs/midi++2/midi++/event.h
index d9b5333904..70744536a8 100644
--- a/libs/midi++2/midi++/event.h
+++ b/libs/midi++2/midi++/event.h
@@ -26,9 +26,9 @@
#include <sstream>
#include <assert.h>
-#include <midi++/types.h>
-#include <midi++/events.h>
-#include <pbd/xml++.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)
@@ -39,7 +39,7 @@
/** 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"
+#include "evoral/MIDIEvent.hpp"
#endif /* __libmidipp_midi_event_h__ */