summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-08-05 00:59:45 +0000
committerDarkvater <Darkvater@openttd.org>2006-08-05 00:59:45 +0000
commit97c3b5cad8b79596b5ef2a5151af25b9fbb87467 (patch)
tree6c1c325e24d7182ffd6868b3118786d9a3bcf41d /unix.c
parent54f199e495e17e011f4b24aa1b294b5e99235ce5 (diff)
downloadopenttd-97c3b5cad8b79596b5ef2a5151af25b9fbb87467.tar.xz
(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/unix.c b/unix.c
index 72f9e9d32..0fc66591c 100644
--- a/unix.c
+++ b/unix.c
@@ -6,7 +6,6 @@
#include "window.h"
#include "string.h"
#include "table/strings.h"
-#include "hal.h"
#include "variables.h"
#include <dirent.h>
@@ -48,9 +47,6 @@ ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
#include <SDL.h>
#endif
#endif
-extern char *_fios_path;
-extern FiosItem *_fios_items;
-extern int _fios_count, _fios_alloc;
bool FiosIsRoot(const char *path)
{