summaryrefslogtreecommitdiff
path: root/src/inventorymanager.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2020-04-10 21:25:42 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2020-04-11 16:07:17 +0200
commit6d43736172f8459cb70219186ae003c56c389f2a (patch)
treee7aef0d6166ddc6538b3051bc0005a640ad10963 /src/inventorymanager.cpp
parent01b3f26c7bc62305b205136bb95a2a4550761c3c (diff)
downloadminetest-6d43736172f8459cb70219186ae003c56c389f2a.tar.gz
minetest-6d43736172f8459cb70219186ae003c56c389f2a.tar.bz2
minetest-6d43736172f8459cb70219186ae003c56c389f2a.zip
Move serveractiveobject & unitsao
Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h} Move UnitSAO class to dedicated files
Diffstat (limited to 'src/inventorymanager.cpp')
-rw-r--r--src/inventorymanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventorymanager.cpp b/src/inventorymanager.cpp
index 5a24f95a4..b6f464901 100644
--- a/src/inventorymanager.cpp
+++ b/src/inventorymanager.cpp
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "log.h"
#include "serverenvironment.h"
#include "scripting_server.h"
-#include "serverobject.h"
+#include "server/serveractiveobject.h"
#include "settings.h"
#include "craftdef.h"
#include "rollback_interface.h"