diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-18 14:16:47 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-18 14:16:47 +0200 |
commit | 83f59484d3b03e8964f1c7886dd1a0afd96ddd8d (patch) | |
tree | e82b3f344a76ee78fc2705888306c969c803d03c /src/script/lua_api | |
parent | ffe3c2ae0db6fed0f2b08b71bfa69f3d3df3bb1f (diff) | |
download | dragonfireclient-83f59484d3b03e8964f1c7886dd1a0afd96ddd8d.tar.xz |
Fixed 5.4.0-dev build
Diffstat (limited to 'src/script/lua_api')
-rw-r--r-- | src/script/lua_api/l_item.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/lua_api/l_item.cpp b/src/script/lua_api/l_item.cpp index 7e024c899..bea7d122f 100644 --- a/src/script/lua_api/l_item.cpp +++ b/src/script/lua_api/l_item.cpp @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "common/c_content.h" #include "itemdef.h" #include "nodedef.h" -#include "content_sao.h" #include "server.h" #include "inventory.h" #include "log.h" |