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,9 +12,7 @@
|
||||
|
||||
#include <utility>
|
||||
#include <list>
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
#include <stdexcept>
|
||||
|
||||
/**
|
||||
* Size limited cache with a least recently used eviction strategy.
|
||||
|
Reference in New Issue
Block a user