mirror of https://github.com/OpenTTD/OpenTTD
(svn r2806) Remove unnecessary #includes
parent
d327ab1d3e
commit
647fe2e866
2
os2.c
2
os2.c
|
@ -14,10 +14,8 @@
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <stdarg.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include <ctype.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <dos.h>
|
#include <dos.h>
|
||||||
|
|
||||||
|
|
3
sprite.c
3
sprite.c
|
@ -1,9 +1,6 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
#include "openttd.h"
|
#include "openttd.h"
|
||||||
#include "sprite.h"
|
#include "sprite.h"
|
||||||
#include "variables.h"
|
#include "variables.h"
|
||||||
|
|
1
unix.c
1
unix.c
|
@ -13,7 +13,6 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <pwd.h>
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#if !defined(__MORPHOS__) && !defined(__AMIGA__)
|
#if !defined(__MORPHOS__) && !defined(__AMIGA__)
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
Loading…
Reference in New Issue