(svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h
This commit is contained in:
2
src/3rdparty/squirrel/sqstdlib/sqstdaux.cpp
vendored
2
src/3rdparty/squirrel/sqstdlib/sqstdaux.cpp
vendored
@@ -4,8 +4,6 @@
|
||||
|
||||
#include <squirrel.h>
|
||||
#include <sqstdaux.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../../../safeguards.h"
|
||||
|
||||
|
||||
1
src/3rdparty/squirrel/sqstdlib/sqstdblob.cpp
vendored
1
src/3rdparty/squirrel/sqstdlib/sqstdblob.cpp
vendored
@@ -2,7 +2,6 @@
|
||||
#include <new>
|
||||
#include <squirrel.h>
|
||||
#include <sqstdio.h>
|
||||
#include <string.h>
|
||||
#include <sqstdblob.h>
|
||||
#include "sqstdstream.h"
|
||||
#include "sqstdblobimpl.h"
|
||||
|
||||
1
src/3rdparty/squirrel/sqstdlib/sqstdio.cpp
vendored
1
src/3rdparty/squirrel/sqstdlib/sqstdio.cpp
vendored
@@ -2,7 +2,6 @@
|
||||
#include <stdio.h>
|
||||
#include <squirrel.h>
|
||||
#include <new>
|
||||
#include <sqstdio.h>
|
||||
#include "sqstdstream.h"
|
||||
|
||||
#define SQSTD_FILE_TYPE_TAG (SQSTD_STREAM_TYPE_TAG | 0x00000001)
|
||||
|
||||
1
src/3rdparty/squirrel/sqstdlib/sqstdmath.cpp
vendored
1
src/3rdparty/squirrel/sqstdlib/sqstdmath.cpp
vendored
@@ -4,7 +4,6 @@
|
||||
|
||||
#include <squirrel.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <sqstdmath.h>
|
||||
|
||||
#include "../../../safeguards.h"
|
||||
|
||||
3
src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp
vendored
3
src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp
vendored
@@ -1,7 +1,5 @@
|
||||
/* see copyright notice in squirrel.h */
|
||||
#include <squirrel.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <exception>
|
||||
#include "sqstdstring.h"
|
||||
|
||||
@@ -12,7 +10,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef _DEBUG
|
||||
#include <stdio.h>
|
||||
|
||||
static const SQChar *g_nnames[] =
|
||||
{
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/* see copyright notice in squirrel.h */
|
||||
#include <stdio.h>
|
||||
#include <new>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <squirrel.h>
|
||||
#include <sqstdio.h>
|
||||
#include <sqstdblob.h>
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
/* see copyright notice in squirrel.h */
|
||||
#include <squirrel.h>
|
||||
#include <sqstdstring.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define scstrchr strchr
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
/* see copyright notice in squirrel.h */
|
||||
#include <squirrel.h>
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sqstdsystem.h>
|
||||
|
||||
#define scgetenv getenv
|
||||
|
||||
Reference in New Issue
Block a user