(svn r12991) -Codechange: removed some unneeded includes
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# include <tchar.h>
|
# include <tchar.h>
|
||||||
# include <io.h>
|
|
||||||
# define access _taccess
|
# define access _taccess
|
||||||
# define unlink _tunlink
|
# define unlink _tunlink
|
||||||
#else
|
#else
|
||||||
|
@@ -18,10 +18,6 @@
|
|||||||
#include "fios.h"
|
#include "fios.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
# include <io.h>
|
|
||||||
#endif /* WIN32 */
|
|
||||||
|
|
||||||
|
|
||||||
GRFConfig *_all_grfs;
|
GRFConfig *_all_grfs;
|
||||||
GRFConfig *_grfconfig;
|
GRFConfig *_grfconfig;
|
||||||
|
Reference in New Issue
Block a user