diff --git a/src/server/clientiface.cpp b/src/server/clientiface.cpp index 4ff9df1a11..4c9e01bc1e 100644 --- a/src/server/clientiface.cpp +++ b/src/server/clientiface.cpp @@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "server/luaentity_sao.h" #include "server/player_sao.h" #include "log.h" -#include "util/pointedthing.h" #include "util/srp.h" #include "util/string.h" #include "face_position_cache.h" diff --git a/src/server/clientiface.h b/src/server/clientiface.h index b345827218..11cf9512e9 100644 --- a/src/server/clientiface.h +++ b/src/server/clientiface.h @@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "porting.h" #include "threading/mutex_auto_lock.h" #include "clientdynamicinfo.h" +#include "util/pointedthing.h" #include #include @@ -38,7 +39,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include class MapBlock; -class PointedThing; class ServerEnvironment; class EmergeManager;