includes and header cleanup

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40214
This commit is contained in:
kearwood
2013-01-11 03:28:02 +00:00
parent a2d85c24dd
commit d0847b3f82
5 changed files with 4 additions and 9 deletions

View File

@@ -1116,7 +1116,7 @@
E491015813C99B9D0098455B /* Project object */ = { E491015813C99B9D0098455B /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
LastUpgradeCheck = 0440; LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Kearwood Software"; ORGANIZATIONNAME = "Kearwood Software";
}; };
buildConfigurationList = E491015B13C99B9D0098455B /* Build configuration list for PBXProject "KREngine" */; buildConfigurationList = E491015B13C99B9D0098455B /* Build configuration list for PBXProject "KREngine" */;
@@ -1417,7 +1417,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.6; MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.7; SDKROOT = macosx;
SHARED_PRECOMPS_DIR = "$(CACHE_ROOT)/SharedPrecompiledHeaders_osx"; SHARED_PRECOMPS_DIR = "$(CACHE_ROOT)/SharedPrecompiledHeaders_osx";
WRAPPER_EXTENSION = framework; WRAPPER_EXTENSION = framework;
}; };
@@ -1457,7 +1457,7 @@
); );
MACOSX_DEPLOYMENT_TARGET = 10.6; MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.7; SDKROOT = macosx;
SHARED_PRECOMPS_DIR = "$(CACHE_ROOT)/SharedPrecompiledHeaders_osx"; SHARED_PRECOMPS_DIR = "$(CACHE_ROOT)/SharedPrecompiledHeaders_osx";
WRAPPER_EXTENSION = framework; WRAPPER_EXTENSION = framework;
}; };

View File

@@ -85,7 +85,6 @@ using std::queue;
#include <OpenAL/al.h> #include <OpenAL/al.h>
#include <OpenAL/alc.h> #include <OpenAL/alc.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE
#include <UIKit/UIKit.h>
#include <OpenAL/oalMacOSX_OALExtensions.h> #include <OpenAL/oalMacOSX_OALExtensions.h>
#else #else
#include <OpenAL/MacOSX_OALExtensions.h> #include <OpenAL/MacOSX_OALExtensions.h>

View File

@@ -29,7 +29,6 @@
// or implied, of Kearwood Gilbert. // or implied, of Kearwood Gilbert.
// //
#include "KREngine-common.h" #include "KREngine-common.h"
#include "KREngine.h" #include "KREngine.h"

View File

@@ -4,6 +4,5 @@
#ifdef __OBJC__ #ifdef __OBJC__
#include <Foundation/Foundation.h> #include <Foundation/Foundation.h>
#include <UIKit/UIKit.h>
#endif #endif
#include "KREngine-common.h"

View File

@@ -5,5 +5,3 @@
#ifdef __OBJC__ #ifdef __OBJC__
#include <Cocoa/Cocoa.h> #include <Cocoa/Cocoa.h>
#endif #endif
#include "KREngine-common.h"