summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-07-23 07:43:48 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-07-23 07:43:48 +0100
commit1cb37fc11c2698a5a8a416638a6a45cbcf797e21 (patch)
treeeabfbe66b408c1e415c80d9ee194c7e7d124d8d5 /libs
parentd0a6c1913425fd1a62441a94a1b56b377e4531e9 (diff)
Remove an unnecessary #include that prevents 'libs/evoral' from building with MSVC (more evoral changes to follow)
Diffstat (limited to 'libs')
-rw-r--r--libs/evoral/evoral/midi_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/evoral/evoral/midi_util.h b/libs/evoral/evoral/midi_util.h
index e1ae7f4620..e4480b347e 100644
--- a/libs/evoral/evoral/midi_util.h
+++ b/libs/evoral/evoral/midi_util.h
@@ -22,7 +22,6 @@
#include <iostream>
#include <stdint.h>
-#include <stdbool.h>
#include <string>
#include <sys/types.h>
#include <assert.h>