(svn r2663) Include variables.h only in these files which need it, not globally via openttd.h

This commit is contained in:
tron
2005-07-21 18:44:27 +00:00
parent 377c3a510c
commit b0779b4b65
22 changed files with 23 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "fileio.h"
#include "variables.h"
#if defined(UNIX) || defined(__OS2__)
#include <ctype.h> // required for tolower()
#endif