From f9f89c0068c86d2db03b696071e1b604b31f72eb Mon Sep 17 00:00:00 2001 From: PatriceJiang <397136899@qq.com> Date: Fri, 12 Jun 2020 11:03:05 +0800 Subject: [PATCH] remove header references --- sources/tinyxml2/tinyxml2.h | 1 - sources/unzip/ioapi.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/sources/tinyxml2/tinyxml2.h b/sources/tinyxml2/tinyxml2.h index f0d4b1b0..17755fd7 100644 --- a/sources/tinyxml2/tinyxml2.h +++ b/sources/tinyxml2/tinyxml2.h @@ -24,7 +24,6 @@ distribution. #ifndef TINYXML2_INCLUDED #define TINYXML2_INCLUDED -#include "platform/CCPlatformConfig.h" #include "base/ccMacros.h" #if defined(ANDROID_NDK) || defined(__BORLANDC__) || (CC_TARGET_PLATFORM == CC_PLATFORM_BLACKBERRY) diff --git a/sources/unzip/ioapi.h b/sources/unzip/ioapi.h index 575f44ec..813addad 100644 --- a/sources/unzip/ioapi.h +++ b/sources/unzip/ioapi.h @@ -21,8 +21,6 @@ #ifndef _ZLIBIOAPI64_H #define _ZLIBIOAPI64_H -#include "platform/CCPlatformConfig.h" - #if (!defined(_WIN32)) && (!defined(WIN32)) // Linux needs this to support file operation on files larger then 4+GB