mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-23 09:45:19 +01:00
Clean up header includes (#16674)
This commit is contained in:
@@ -20,11 +20,9 @@
|
||||
#include "scripting_server.h"
|
||||
#include "server.h"
|
||||
#include "servermap.h"
|
||||
#include "util/serialize.h"
|
||||
#include "util/numeric.h"
|
||||
#include "util/basic_macros.h"
|
||||
#include "util/pointedthing.h"
|
||||
#include "threading/mutex_auto_lock.h"
|
||||
#include "filesys.h"
|
||||
#include "gameparams.h"
|
||||
#include "database/database-dummy.h"
|
||||
@@ -36,7 +34,6 @@
|
||||
#if USE_LEVELDB
|
||||
#include "database/database-leveldb.h"
|
||||
#endif
|
||||
#include "irrlicht_changes/printing.h"
|
||||
#include "server/luaentity_sao.h"
|
||||
#include "server/player_sao.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user