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:
@@ -18,7 +18,6 @@
|
||||
#include "../../strings_func.h"
|
||||
#include "../../zoom_func.h"
|
||||
#include "macos.h"
|
||||
#include <cmath>
|
||||
|
||||
#include "../../table/control_codes.h"
|
||||
|
||||
|
Reference in New Issue
Block a user