forked from mirror/OpenTTD
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:
@@ -12,7 +12,6 @@
|
||||
|
||||
#include "order_type.h"
|
||||
#include "timer/timer_game_calendar.h"
|
||||
#include <string>
|
||||
|
||||
/** Various front vehicle properties that are preserved when autoreplacing, using order-backup or switching front engines within a consist. */
|
||||
struct BaseConsist {
|
||||
|
Reference in New Issue
Block a user