1
0
Fork 0

Codechange: remove unused alloc_func.hpp includes

pull/13657/head
Rubidium 2025-02-24 06:43:54 +01:00 committed by rubidium42
parent f6ce8d1b10
commit 02f040b22a
19 changed files with 0 additions and 19 deletions

View File

@ -12,7 +12,6 @@
#include "sqclosure.h"
#include "sqstring.h"
#include "../../../core/alloc_func.hpp"
#include "../../../string_func.h"
#include "../../../safeguards.h"

View File

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

View File

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

View File

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

View File

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

View File

@ -14,7 +14,6 @@
#include "stdafx.h"
#include "newgrf_townname.h"
#include "core/alloc_func.hpp"
#include "string_func.h"
#include "strings_internal.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -16,7 +16,6 @@
#include "gfx_func.h"
#include "gfx_layout.h"
#include "window_func.h"
#include "core/alloc_func.hpp"
#include "safeguards.h"