(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!

This commit is contained in:
rubidium 2008-08-31 11:51:09 +00:00
parent ea1f180a55
commit 6b86de13d6
5 changed files with 7 additions and 8 deletions

View File

@ -170,7 +170,7 @@ const char *GetDebugString()
}
#ifdef DEBUG_DUMP_COMMANDS
#include "fileio.h"
#include "fileio_func.h"
void CDECL DebugDumpCommands(const char *s, ...)
{

View File

@ -7,7 +7,7 @@
#include "../../variables.h"
#include "../../debug.h"
#include "../../gfx_func.h"
#include "../../fileio.h"
#include "../../fileio_func.h"
#include "../../blitter/factory.hpp"
#include "splash.h"

View File

@ -6,8 +6,8 @@
#include "openttd.h"
#include "variables.h"
#include "gui.h"
#include "fileio.h"
#include "fios.h" // opendir/readdir/closedir
#include "fileio_func.h"
#include "fios.h"
#include "functions.h"
#include "core/random_func.hpp"
#include "string_func.h"

View File

@ -60,7 +60,7 @@ extern "C" OSErr CPSSetFrontProcess(CPSProcessSerNum* psn);
#include "../../core/geometry_type.hpp"
#include "cocoa_v.h"
#include "../../blitter/factory.hpp"
#include "../../fileio.h"
#include "../../fileio_func.h"
#include "../../gfx_func.h"
#include "../../functions.h"

View File

@ -8,7 +8,8 @@
#include "saveload.h"
#include "gfx_func.h"
#include "textbuf_gui.h"
#include "fileio.h"
#include "fileio_func.h"
#include "fios.h"
#include "rev.h"
#include <windows.h>
#include <winnt.h>
@ -18,8 +19,6 @@
#include <shlobj.h> // SHGetFolderPath
#include "variables.h"
#include "win32.h"
#include "fios.h" // opendir/readdir/closedir
#include "fileio.h"
#include "core/alloc_func.hpp"
#include "functions.h"
#include "core/random_func.hpp"