Precompile unordered_map/set

+ Add inclusions to Globals.h
* Sort Globals.h
- Remove sys/stat.h from Globals.h
This commit is contained in:
Tiger Wang
2020-07-19 19:58:53 +01:00
parent f4fe137ab5
commit 3f712ca9cf
12 changed files with 18 additions and 31 deletions
-1
View File
@@ -2,7 +2,6 @@
#pragma once
#include "BlockHandler.h"
#include <unordered_set>
#include "Mixins.h"
#include "../Item.h"