Moved stdarg.h inclusion into Globals.h
git-svn-id: http://mc-server.googlecode.com/svn/trunk@289 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
d2b229d227
commit
b173748c45
@ -69,6 +69,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <sqplus/SquirrelObject.h>
|
||||
#include <../squirrel/sqstate.h>
|
||||
#include <../squirrel/sqvm.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "cPlugin.h"
|
||||
#include "cPluginManager.h"
|
||||
|
@ -11,10 +11,6 @@
|
||||
|
||||
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
typedef std::string AString;
|
||||
|
Loading…
Reference in New Issue
Block a user