Moved json includes to where they are really needed.
This commit is contained in:
parent
bdd86d7934
commit
012840360e
@ -8,6 +8,7 @@
|
||||
#include "DropSpenserEntity.h"
|
||||
#include "../Entities/Player.h"
|
||||
#include "../Chunk.h"
|
||||
#include "json/json.h"
|
||||
|
||||
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "WorldStorage.h"
|
||||
#include "../Vector3i.h"
|
||||
#include "json/json.h"
|
||||
|
||||
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include "../ChunkDef.h"
|
||||
#include "../OSSupport/IsThread.h"
|
||||
#include "json/json.h"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user