1
0
Fork 0

Moved json includes to where they are really needed.

This commit is contained in:
madmaxoft 2013-11-28 20:14:34 +01:00
parent bdd86d7934
commit 012840360e
3 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#include "DropSpenserEntity.h"
#include "../Entities/Player.h"
#include "../Chunk.h"
#include "json/json.h"

View File

@ -13,6 +13,7 @@
#include "WorldStorage.h"
#include "../Vector3i.h"
#include "json/json.h"

View File

@ -16,7 +16,6 @@
#include "../ChunkDef.h"
#include "../OSSupport/IsThread.h"
#include "json/json.h"