(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 31e87de71e
commit 284d9ed7fb
22 changed files with 23 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
#include "hal.h"
#include "console.h"
#include "string.h"
#include "variables.h"
#include <stdarg.h> /* va_list */
typedef struct TextEffect {