diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-11-02 13:00:57 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-11-02 13:00:57 +0100 |
commit | 2aea36ece0881e0ee0885ae1ddc656f2260de57a (patch) | |
tree | eedb804a9ba70e2f8dcdcfd90f1dfb1de662b46c /drumgizmo/input/midifile.h | |
parent | adf0bb14ca9a76aa88a0fe688764770d0b1fa7d8 (diff) |
Rename event.h to engineevent.h to avoid nameclash with system include files.
Diffstat (limited to 'drumgizmo/input/midifile.h')
-rw-r--r-- | drumgizmo/input/midifile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drumgizmo/input/midifile.h b/drumgizmo/input/midifile.h index 5756718..a8cf574 100644 --- a/drumgizmo/input/midifile.h +++ b/drumgizmo/input/midifile.h @@ -25,9 +25,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #pragma once + #include <string> -#include <event.h> #include <smf.h> #include "audioinputenginemidi.h" |