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:
parent
6327101607
commit
78a79b8ae9
2 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#include "server/luaentity_sao.h"
|
#include "server/luaentity_sao.h"
|
||||||
#include "server/player_sao.h"
|
#include "server/player_sao.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "util/pointedthing.h"
|
|
||||||
#include "util/srp.h"
|
#include "util/srp.h"
|
||||||
#include "util/string.h"
|
#include "util/string.h"
|
||||||
#include "face_position_cache.h"
|
#include "face_position_cache.h"
|
||||||
|
|
|
@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#include "porting.h"
|
#include "porting.h"
|
||||||
#include "threading/mutex_auto_lock.h"
|
#include "threading/mutex_auto_lock.h"
|
||||||
#include "clientdynamicinfo.h"
|
#include "clientdynamicinfo.h"
|
||||||
|
#include "util/pointedthing.h"
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -38,7 +39,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
class MapBlock;
|
class MapBlock;
|
||||||
class PointedThing;
|
|
||||||
class ServerEnvironment;
|
class ServerEnvironment;
|
||||||
class EmergeManager;
|
class EmergeManager;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue