summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os2.c2
-rw-r--r--sprite.c3
-rw-r--r--unix.c1
3 files changed, 0 insertions, 6 deletions
diff --git a/os2.c b/os2.c
index 4d3a42676..1e8039363 100644
--- a/os2.c
+++ b/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>
diff --git a/sprite.c b/sprite.c
index 1322a4649..17ff58c0c 100644
--- a/sprite.c
+++ b/sprite.c
@@ -1,9 +1,6 @@
/* $Id$ */
#include "stdafx.h"
-
-#include <stdarg.h>
-
#include "openttd.h"
#include "sprite.h"
#include "variables.h"
diff --git a/unix.c b/unix.c
index c6a50b727..469be3e9e 100644
--- a/unix.c
+++ b/unix.c
@@ -13,7 +13,6 @@
#include <unistd.h>
#include <sys/stat.h>
#include <time.h>
-#include <pwd.h>
#include <signal.h>
#if !defined(__MORPHOS__) && !defined(__AMIGA__)
#include <pthread.h>