1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 18:02:37 +01:00

(svn r11834) -Codechange: only include settings_type.h if needed.

This commit is contained in:
rubidium
2008-01-13 14:37:30 +00:00
parent 2f9aab3217
commit dc87b05e8c
58 changed files with 60 additions and 11 deletions

View File

@@ -46,6 +46,7 @@
#include "variables.h"
#include "autoreplace_gui.h"
#include "gfx_func.h"
#include "settings_type.h"
#include "table/strings.h"
#include "table/train_cmd.h"