1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

try it without forward declaration

This commit is contained in:
HybridDog 2024-02-16 16:03:30 +01:00
parent 6327101607
commit 78a79b8ae9
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -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 <list>
#include <vector>
@ -38,7 +39,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <mutex>
class MapBlock;
class PointedThing;
class ServerEnvironment;
class EmergeManager;