(svn r11685) -Codechange: remove a few 'useless' includes.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 17 years ago
parent a773d45885
commit 970fd6220a

@ -3,7 +3,7 @@
/** @file bmp.cpp */
#include "stdafx.h"
#include "openttd.h"
#include "helpers.hpp"
#include "bmp.h"
#include "core/bitmath_func.hpp"

@ -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"

@ -5,6 +5,7 @@
#ifndef TEXTBUF_GUI_H
#define TEXTBUF_GUI_H
#include "string.h"
#include "window_type.h"
struct Textbuf {

@ -43,6 +43,7 @@
#include "transparency.h"
#include "tunnelbridge_map.h"
#include "strings_func.h"
#include "string.h"
/* Initialize the town-pool */

Loading…
Cancel
Save