1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 13:39:09 +00:00

Codechange: stdarg.h include not needed as cstdarg is included.

This commit is contained in:
2023-05-17 09:27:20 +01:00
committed by PeterN
parent 56085be9bd
commit 83f2ad500e
13 changed files with 0 additions and 19 deletions

View File

@@ -8,7 +8,6 @@
/** @file debug.cpp Handling of printing debug messages. */
#include "stdafx.h"
#include <stdarg.h>
#include "console_func.h"
#include "debug.h"
#include "string_func.h"