Changeset - r10040:6fdf771de5ec
[Not reviewed]
master
0 5 0
rubidium - 16 years ago 2008-08-31 11:51:09
rubidium@openttd.org
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
5 files changed with 7 insertions and 8 deletions:
0 comments (0 inline, 0 general)
src/debug.cpp
Show inline comments
 
@@ -170,7 +170,7 @@ const char *GetDebugString()
 
}
 

	
 
#ifdef DEBUG_DUMP_COMMANDS
 
#include "fileio.h"
 
#include "fileio_func.h"
 

	
 
void CDECL DebugDumpCommands(const char *s, ...)
 
{
src/os/macosx/splash.cpp
Show inline comments
 
@@ -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"
src/os2.cpp
Show inline comments
 
@@ -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"
src/video/cocoa/cocoa_v.mm
Show inline comments
 
@@ -60,7 +60,7 @@ extern "C" OSErr CPSSetFrontProcess(CPSP
 
#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"
 

	
src/win32.cpp
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)