(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 a20b833516
commit 05d9c19226
5 changed files with 7 additions and 8 deletions

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"