From d4e6a6bf57216b39745b61971141e088e15e2d0d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/economy.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 30ebd96c6..9780db4fa 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -6,8 +6,6 @@ #include "openttd.h" #include "currency.h" #include "landscape.h" -#include "table/strings.h" -#include "table/sprites.h" #include "news.h" #include "player_base.h" #include "player_func.h" @@ -47,6 +45,9 @@ #include "signal_func.h" #include "gfx_func.h" +#include "table/strings.h" +#include "table/sprites.h" + /** * Multiply two integer values and shift the results to right. * -- cgit v1.2.3-54-g00ecf