mirror of https://github.com/OpenTTD/OpenTTD
Codechange: remove unused alloc_func.hpp includes
parent
f6ce8d1b10
commit
02f040b22a
|
@ -12,7 +12,6 @@
|
|||
#include "sqclosure.h"
|
||||
#include "sqstring.h"
|
||||
|
||||
#include "../../../core/alloc_func.hpp"
|
||||
#include "../../../string_func.h"
|
||||
|
||||
#include "../../../safeguards.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
/** @file ini_load.cpp Definition of the #IniLoadFile class, related to reading and storing '*.ini' files. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "core/mem_func.hpp"
|
||||
#include "ini_type.h"
|
||||
#include "string_func.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "debug.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "water_map.h"
|
||||
#include "error_func.h"
|
||||
#include "string_func.h"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "../stdafx.h"
|
||||
#include "../debug.h"
|
||||
#include "../string_func.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../sound/sound_driver.hpp"
|
||||
#include "../video/video_driver.hpp"
|
||||
#include "../gfx_func.h"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#ifndef NEWGRF_STORAGE_H
|
||||
#define NEWGRF_STORAGE_H
|
||||
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "core/pool_type.hpp"
|
||||
#include "tile_type.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "newgrf_townname.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "string_func.h"
|
||||
#include "strings_internal.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <io.h>
|
||||
#include "win32.h"
|
||||
#include "../../fios.h"
|
||||
#include "../../core/alloc_func.hpp"
|
||||
#include "../../string_func.h"
|
||||
#include <sys/stat.h>
|
||||
#include "../../language.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
/** @file strings_sl.cpp Code handling saving and loading of strings */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../string_func.h"
|
||||
#include "../strings_func.h"
|
||||
#include "saveload_internal.h"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "../../stdafx.h"
|
||||
#include "script_cargo.hpp"
|
||||
#include "../../economy_func.h"
|
||||
#include "../../core/alloc_func.hpp"
|
||||
#include "../../core/bitmath_func.hpp"
|
||||
#include "../../strings_func.h"
|
||||
#include "../../settings_type.h"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "../../stdafx.h"
|
||||
#include "script_log_types.hpp"
|
||||
#include "script_log.hpp"
|
||||
#include "../../core/alloc_func.hpp"
|
||||
#include "../../debug.h"
|
||||
#include "../../window_func.h"
|
||||
#include "../../string_func.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <sqstdaux.h>
|
||||
#include <../squirrel/sqpcheader.h>
|
||||
#include <../squirrel/sqvm.h>
|
||||
#include "../core/alloc_func.hpp"
|
||||
|
||||
/**
|
||||
* In the memory allocator for Squirrel we want to directly use malloc/realloc, so when the OS
|
||||
|
|
|
@ -6,7 +6,6 @@ if (NOT HOST_BINARY_DIR)
|
|||
set(sourcefiles
|
||||
settingsgen.cpp
|
||||
../3rdparty/fmt/format.cc
|
||||
../core/alloc_func.cpp
|
||||
../misc/getoptdata.cpp
|
||||
../error.cpp
|
||||
../ini_load.cpp
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include "../openttd.h"
|
||||
#include "../driver.h"
|
||||
#include "../mixer.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../core/bitmath_func.hpp"
|
||||
#include "../core/math_func.hpp"
|
||||
#include "win32_s.h"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include "../driver.h"
|
||||
#include "../mixer.h"
|
||||
#include "../debug.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../core/bitmath_func.hpp"
|
||||
#include "../core/math_func.hpp"
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ if (NOT HOST_BINARY_DIR)
|
|||
strgen.cpp
|
||||
strgen_base.cpp
|
||||
../3rdparty/fmt/format.cc
|
||||
../core/alloc_func.cpp
|
||||
../misc/getoptdata.cpp
|
||||
../error.cpp
|
||||
../string.cpp
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
/** @file strgen_base.cpp Tool to create computer readable (stand-alone) translation files. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../core/endian_func.hpp"
|
||||
#include "../core/mem_func.hpp"
|
||||
#include "../error_func.h"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "debug.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "core/math_func.hpp"
|
||||
#include "error_func.h"
|
||||
#include "string_func.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
/** @file stringfilter.cpp Searching and filtering using a stringterm. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "string_func.h"
|
||||
#include "strings_func.h"
|
||||
#include "stringfilter_type.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include "gfx_func.h"
|
||||
#include "gfx_layout.h"
|
||||
#include "window_func.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue