From b0ac283aeca94df1af922bc3e02d456464486427 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 00:57:19 +0000 Subject: (svn r11774) -Change: do not include variables.h in a header when it is not needed. --- src/roadveh_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/roadveh_cmd.cpp') diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index e0f10eb39..3d8135464 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -38,6 +38,7 @@ #include "date_func.h" #include "vehicle_func.h" #include "sound_func.h" +#include "variables.h" static const uint16 _roadveh_images[63] = { -- cgit v1.2.3-54-g00ecf