1
0

Remove double includes part 2 (#3890)

This commit is contained in:
peterbell10
2017-08-03 14:34:19 +01:00
committed by Lukas Pioch
parent 0397535fa7
commit 759618b035
84 changed files with 28 additions and 148 deletions

View File

@@ -1,7 +1,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include <cmath>
#include <unordered_map>
#include "Player.h"
@@ -17,7 +16,6 @@
#include "../Root.h"
#include "../Chunk.h"
#include "../Items/ItemHandler.h"
#include "../Vector3.h"
#include "../FastRandom.h"
#include "../ClientHandle.h"