(svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
This commit is contained in:
		@@ -5,6 +5,7 @@
 | 
			
		||||
#include "pathfind.h"
 | 
			
		||||
#include "rail.h"
 | 
			
		||||
#include "debug.h"
 | 
			
		||||
#include "variables.h"
 | 
			
		||||
 | 
			
		||||
// remember which tiles we have already visited so we don't visit them again.
 | 
			
		||||
static bool TPFSetTileBit(TrackPathFinder *tpf, TileIndex tile, int dir)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user