mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r11685) -Codechange: remove a few 'useless' includes.
This commit is contained in:
parent
a773d45885
commit
970fd6220a
@ -3,7 +3,7 @@
|
|||||||
/** @file bmp.cpp */
|
/** @file bmp.cpp */
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openttd.h"
|
#include "helpers.hpp"
|
||||||
#include "bmp.h"
|
#include "bmp.h"
|
||||||
#include "core/bitmath_func.hpp"
|
#include "core/bitmath_func.hpp"
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#ifndef GUI_H
|
#ifndef GUI_H
|
||||||
#define GUI_H
|
#define GUI_H
|
||||||
|
|
||||||
#include "string.h"
|
|
||||||
#include "window_type.h"
|
#include "window_type.h"
|
||||||
#include "vehicle_type.h"
|
#include "vehicle_type.h"
|
||||||
#include "gfx_type.h"
|
#include "gfx_type.h"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef TEXTBUF_GUI_H
|
#ifndef TEXTBUF_GUI_H
|
||||||
#define TEXTBUF_GUI_H
|
#define TEXTBUF_GUI_H
|
||||||
|
|
||||||
|
#include "string.h"
|
||||||
#include "window_type.h"
|
#include "window_type.h"
|
||||||
|
|
||||||
struct Textbuf {
|
struct Textbuf {
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
#include "transparency.h"
|
#include "transparency.h"
|
||||||
#include "tunnelbridge_map.h"
|
#include "tunnelbridge_map.h"
|
||||||
#include "strings_func.h"
|
#include "strings_func.h"
|
||||||
|
#include "string.h"
|
||||||
|
|
||||||
|
|
||||||
/* Initialize the town-pool */
|
/* Initialize the town-pool */
|
||||||
|
Loading…
Reference in New Issue
Block a user