forked from mirror/OpenTTD
(svn r2806) Remove unnecessary #includes
This commit is contained in:
2
os2.c
2
os2.c
@@ -14,10 +14,8 @@
|
||||
#include <direct.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <process.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <dos.h>
|
||||
|
||||
|
3
sprite.c
3
sprite.c
@@ -1,9 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "openttd.h"
|
||||
#include "sprite.h"
|
||||
#include "variables.h"
|
||||
|
Reference in New Issue
Block a user