summaryrefslogtreecommitdiffstats
path: root/src/Inventory.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-27 09:17:25 +0100
committermadmaxoft <github@xoft.cz>2013-11-27 09:17:25 +0100
commit2113ca384450eb0155c43452690bda08b62cb6aa (patch)
tree6c6cf99e4cf3128311a93cd187947b502f3732a0 /src/Inventory.cpp
parentFixed the remaining derps (diff)
downloadcuberite-2113ca384450eb0155c43452690bda08b62cb6aa.tar
cuberite-2113ca384450eb0155c43452690bda08b62cb6aa.tar.gz
cuberite-2113ca384450eb0155c43452690bda08b62cb6aa.tar.bz2
cuberite-2113ca384450eb0155c43452690bda08b62cb6aa.tar.lz
cuberite-2113ca384450eb0155c43452690bda08b62cb6aa.tar.xz
cuberite-2113ca384450eb0155c43452690bda08b62cb6aa.tar.zst
cuberite-2113ca384450eb0155c43452690bda08b62cb6aa.zip
Diffstat (limited to 'src/Inventory.cpp')
-rw-r--r--src/Inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Inventory.cpp b/src/Inventory.cpp
index b9c7f4aaf..a9b4ab9c5 100644
--- a/src/Inventory.cpp
+++ b/src/Inventory.cpp
@@ -9,7 +9,7 @@
#include "Root.h"
#include "World.h"
-#include "jsoncpp/include/json/json.h"
+#include "json/json.h"
#include "Items/ItemHandler.h"