(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.

This commit is contained in:
rubidium
2007-12-18 20:58:12 +00:00
parent e4ef359f47
commit 7db6c7db38
11 changed files with 11 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
#include "viewport.h"
#include "landscape.h"
#include "date.h"
#include "tile.h"
#include "town.h"
#include "town_map.h"
#include "sound.h"