WINTERMUTE: Get rid of all system-headers BUT limits.h

This commit is contained in:
Einar Johan Trøan Sømåen 2012-06-15 19:49:13 +02:00
parent 0c84972294
commit b8a7266c4e
3 changed files with 1 additions and 10 deletions

View File

@ -58,7 +58,6 @@
#include "engines/wintermute/Base/scriptables/ScScript.h"
#include "engines/wintermute/UI/UIWindow.h"
#include "engines/wintermute/utils/utils.h"
#include <math.h>
#include <limits.h>
namespace WinterMute {

View File

@ -34,9 +34,6 @@
#include "engines/wintermute/persistent.h"
#include "engines/wintermute/coll_templ.h"
/*#include <ft2build.h>
#include FT_FREETYPE_H*/
namespace WinterMute {
class CBFont;

View File

@ -35,7 +35,6 @@
#define PACKAGE_VERSION 0x00000200
#define PACKAGE_EXTENSION "dcp"
#include <time.h>
#include "common/stream.h"
namespace WinterMute {
@ -48,11 +47,7 @@ struct TPackageHeader {
byte Priority;
byte CD;
bool MasterIndex;
#ifdef __WIN32__
__time32_t CreationTime;
#else
time_t CreationTime;
#endif
uint32 CreationTime;
char Desc[100];
uint32 NumDirs;
// TODO: Move this out of the header.