diff options
Diffstat (limited to 'saveload.c')
-rw-r--r-- | saveload.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/saveload.c b/saveload.c index d21d45289..75396aeee 100644 --- a/saveload.c +++ b/saveload.c @@ -26,7 +26,7 @@ #include "town.h" #include "player.h" #include "saveload.h" -#include "network.h" +#include "network/network.h" #include "variables.h" #include <setjmp.h> @@ -1042,7 +1042,6 @@ static void UninitNoComp(void) //********** START OF MEMORY CODE (in ram)**** //******************************************** -#include "network.h" #include "table/strings.h" #include "table/sprites.h" #include "gfx.h" |