(svn r11685) -Codechange: remove a few 'useless' includes.
authorrubidium
Sun, 23 Dec 2007 11:20:41 +0000
changeset 8620 5f1eacb0bc60
parent 8619 c2434269c3eb
child 8621 3dbd7d9a3c6f
(svn r11685) -Codechange: remove a few 'useless' includes.
src/bmp.cpp
src/gui.h
src/textbuf_gui.h
src/town_cmd.cpp
--- a/src/bmp.cpp	Sun Dec 23 10:56:02 2007 +0000
+++ b/src/bmp.cpp	Sun Dec 23 11:20:41 2007 +0000
@@ -3,7 +3,7 @@
 /** @file bmp.cpp */
 
 #include "stdafx.h"
-#include "openttd.h"
+#include "helpers.hpp"
 #include "bmp.h"
 #include "core/bitmath_func.hpp"
 
--- a/src/gui.h	Sun Dec 23 10:56:02 2007 +0000
+++ b/src/gui.h	Sun Dec 23 11:20:41 2007 +0000
@@ -5,7 +5,6 @@
 #ifndef GUI_H
 #define GUI_H
 
-#include "string.h"
 #include "window_type.h"
 #include "vehicle_type.h"
 #include "gfx_type.h"
--- a/src/textbuf_gui.h	Sun Dec 23 10:56:02 2007 +0000
+++ b/src/textbuf_gui.h	Sun Dec 23 11:20:41 2007 +0000
@@ -5,6 +5,7 @@
 #ifndef TEXTBUF_GUI_H
 #define TEXTBUF_GUI_H
 
+#include "string.h"
 #include "window_type.h"
 
 struct Textbuf {
--- a/src/town_cmd.cpp	Sun Dec 23 10:56:02 2007 +0000
+++ b/src/town_cmd.cpp	Sun Dec 23 11:20:41 2007 +0000
@@ -43,6 +43,7 @@
 #include "transparency.h"
 #include "tunnelbridge_map.h"
 #include "strings_func.h"
+#include "string.h"
 
 
 /* Initialize the town-pool */