summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_util.cpp
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2015-10-29 23:26:03 -0400
committerShadowNinja <shadowninja@minetest.net>2016-03-07 16:33:20 -0500
commit0079887b645e0ee441bd2cfcd7874a1148fdd656 (patch)
tree2de01cef8f7ceb82f29cc38362dbdbb5eb391565 /src/script/lua_api/l_util.cpp
parentf021db724301f082cbde719afb2405ec1d8cf82c (diff)
downloadminetest-0079887b645e0ee441bd2cfcd7874a1148fdd656.tar.gz
minetest-0079887b645e0ee441bd2cfcd7874a1148fdd656.tar.bz2
minetest-0079887b645e0ee441bd2cfcd7874a1148fdd656.zip
Move AreaStore to util
Diffstat (limited to 'src/script/lua_api/l_util.cpp')
-rw-r--r--src/script/lua_api/l_util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/lua_api/l_util.cpp b/src/script/lua_api/l_util.cpp
index 98f70d917..f990dacf9 100644
--- a/src/script/lua_api/l_util.cpp
+++ b/src/script/lua_api/l_util.cpp
@@ -25,7 +25,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "serialization.h"
#include "json/json.h"
#include "cpp_api/s_security.h"
-#include "areastore.h"
#include "porting.h"
#include "debug.h"
#include "log.h"