(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.

This commit is contained in:
rubidium
2008-08-31 10:50:05 +00:00
parent 46e23b8f99
commit ea1f180a55
28 changed files with 128 additions and 109 deletions

View File

@@ -28,7 +28,6 @@
#include "../console_func.h"
#include <stdarg.h> /* va_list */
#include "../md5.h"
#include "../fileio.h"
#include "../texteff.hpp"
#include "../core/random_func.hpp"
#include "../window_func.h"