Remove some additionally introduced includes and forward declarations

they are no longer needed, the code compiles just fine without.
scancodes-fix
Armin Burgmeier 2013-01-09 01:09:31 +01:00
parent aa2f3df779
commit e7be3dc32d
5 changed files with 1 additions and 13 deletions

View File

@ -31,7 +31,6 @@
#include <CStdFile.h>
#include <StdBuf.h>
#include <StdCompiler.h>
#include <Standard.h>
// C4Group-Rewind-warning:
// The current C4Group-implementation cannot handle random file access very well,

View File

@ -37,7 +37,7 @@
#define GFXENGN_NOGFX 3
// Global Draw access pointer
extern class C4Draw *pDraw;
extern C4Draw *pDraw;
// rotation info class
class C4BltTransform

View File

@ -25,8 +25,6 @@
#include <StdColors.h>
#include <C4Rect.h>
#include <C4Group.h>
#include <C4GroupSet.h>
#ifdef _WIN32
#include <C4windowswrapper.h>
@ -74,10 +72,6 @@ class CStdGLCtx;
extern CStdGL *pGL;
#endif
class C4AbstractApp;
class C4Window;
class C4TexRef;
class C4Surface
{
private:

View File

@ -40,9 +40,6 @@
#include <math.h>
#include "PlatformAbstraction.h"
#include "StdCompiler.h"
// activate to switch to classic fixed-point math
#define C4REAL_USE_FIXNUM 1
#define inline ALWAYS_INLINE

View File

@ -22,8 +22,6 @@
#ifndef INC_StdSync
#define INC_StdSync
#include <PlatformAbstraction.h>
#ifdef _WIN32
#include <C4windowswrapper.h>