1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 00:42:45 +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

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