summaryrefslogtreecommitdiff
path: root/src/script/common
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2020-04-11 09:59:09 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2020-04-11 16:07:17 +0200
commit894a34aef48024a752a1ef151d046955d83858d0 (patch)
treef264d4c1ba7a62fe731255594f592bd78b3e09a5 /src/script/common
parentc99e8df07fe88c0b19363beca09e12f151bc13d0 (diff)
downloadminetest-894a34aef48024a752a1ef151d046955d83858d0.tar.gz
minetest-894a34aef48024a752a1ef151d046955d83858d0.tar.bz2
minetest-894a34aef48024a752a1ef151d046955d83858d0.zip
Move PlayerSAO to dedicated files
Diffstat (limited to 'src/script/common')
-rw-r--r--src/script/common/c_content.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script/common/c_content.cpp b/src/script/common/c_content.cpp
index 60f12052f..c8cd7539f 100644
--- a/src/script/common/c_content.cpp
+++ b/src/script/common/c_content.cpp
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "common/c_types.h"
#include "nodedef.h"
#include "object_properties.h"
-#include "content_sao.h"
#include "cpp_api/s_node.h"
#include "lua_api/l_object.h"
#include "lua_api/l_item.h"
@@ -29,10 +28,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "server.h"
#include "log.h"
#include "tool.h"
-#include "server/serveractiveobject.h"
#include "porting.h"
#include "mapgen/mg_schematic.h"
#include "noise.h"
+#include "server/player_sao.h"
#include "util/pointedthing.h"
#include "debug.h" // For FATAL_ERROR
#include <json/json.h>