(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 efc18e8ab3
commit 818a23e7f2
11 changed files with 11 additions and 8 deletions

View File

@@ -53,7 +53,7 @@
#include "functions.h" /* We should REALLY get rid of this goddamn file, as it is butt-ugly */
#include "variables.h" /* ... same here */
#include "landscape.h"
#include "rail.h"
#include "rail_type.h"
#include "debug.h"
#include "tunnel_map.h"
#include "road_map.h"