1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 18:09:09 +00:00

Change: include fmt.h C++ headers in stdafx.h

This to prevent compilation issues between runs with and without precompiled
headers. Also remove the headers from the rest of the code base as they are
not needed there anymore, although they do relatively little harm.
This commit is contained in:
Rubidium
2023-05-07 21:54:36 +02:00
committed by rubidium42
parent 192ed55462
commit 68ff3fd062
70 changed files with 17 additions and 94 deletions

View File

@@ -20,8 +20,6 @@
#include "strings_func.h"
#include "tar_type.h"
#include <sys/stat.h>
#include <functional>
#include <optional>
#include <charconv>
#ifndef _WIN32