Modernize MacTypes.h #includes.

This commit is contained in:
Karl Linden 2015-12-12 23:51:39 +01:00
parent b3d0fcd723
commit 3eec03a64a
No known key found for this signature in database
GPG Key ID: 764C09795C812B97
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ typedef unsigned char Boolean;
#include "JackPosixThread.h"
#ifndef MY_TARGET_OS_IPHONE
#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
#include <MacTypes.h>
#endif
#include <mach/thread_policy.h>

View File

@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <string>
#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
#include <MacTypes.h>
namespace Jack {