From 3eec03a64a0a0801752e36e37bcf7ac43d0b8f6e Mon Sep 17 00:00:00 2001 From: Karl Linden Date: Sat, 12 Dec 2015 23:51:39 +0100 Subject: [PATCH] Modernize MacTypes.h #includes. --- macosx/JackMachThread.h | 2 +- macosx/coremidi/JackCoreMidiUtil.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/JackMachThread.h b/macosx/JackMachThread.h index 1aad4cc6..1cd08fba 100644 --- a/macosx/JackMachThread.h +++ b/macosx/JackMachThread.h @@ -70,7 +70,7 @@ typedef unsigned char Boolean; #include "JackPosixThread.h" #ifndef MY_TARGET_OS_IPHONE -#include +#include #endif #include diff --git a/macosx/coremidi/JackCoreMidiUtil.h b/macosx/coremidi/JackCoreMidiUtil.h index 91f607e6..b8ad84e9 100644 --- a/macosx/coremidi/JackCoreMidiUtil.h +++ b/macosx/coremidi/JackCoreMidiUtil.h @@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include -#include +#include namespace Jack {