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:
@@ -11,8 +11,6 @@
|
||||
#define STRING_TYPE_H
|
||||
|
||||
#include "core/enum_type.hpp"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
/** A non-breaking space. */
|
||||
#define NBSP u8"\u00a0"
|
||||
|
Reference in New Issue
Block a user