1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-23 12:14:11 +01:00

Codechange: remove unused alloc_func.hpp includes

This commit is contained in:
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

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