(svn r11774) -Change: do not include variables.h in a header when it is not needed.

This commit is contained in:
rubidium
2008-01-07 00:57:19 +00:00
parent 64fc2ade9e
commit b0ac283aec
33 changed files with 56 additions and 23 deletions

View File

@@ -35,6 +35,7 @@
#include "road_type.h"
#include "road_internal.h" /* For drawing catenary/checking road removal */
#include "cargotype.h"
#include "variables.h"
#include "autoslope.h"
#include "transparency.h"
#include "water.h"