From 97c3b5cad8b79596b5ef2a5151af25b9fbb87467 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 5 Aug 2006 00:59:45 +0000 Subject: (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 --- network_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network_gui.c') diff --git a/network_gui.c b/network_gui.c index eb7e37b4b..24e42ff12 100644 --- a/network_gui.c +++ b/network_gui.c @@ -7,7 +7,7 @@ #include "table/sprites.h" #include "network.h" -#include "hal.h" // for file list +#include "fios.h" #ifdef ENABLE_NETWORK -- cgit v1.2.3-54-g00ecf