mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move some files to src/server/
This commit is contained in:
parent
c0f852e016
commit
5dbc1d4c08
15 changed files with 12 additions and 12 deletions
|
@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "network/connection.h"
|
||||
#include "network/networkprotocol.h"
|
||||
#include "network/serveropcodes.h"
|
||||
#include "ban.h"
|
||||
#include "server/ban.h"
|
||||
#include "environment.h"
|
||||
#include "map.h"
|
||||
#include "threading/mutex_auto_lock.h"
|
||||
|
@ -49,9 +49,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "content_nodemeta.h"
|
||||
#include "content/mods.h"
|
||||
#include "modchannels.h"
|
||||
#include "serverlist.h"
|
||||
#include "server/serverlist.h"
|
||||
#include "util/string.h"
|
||||
#include "rollback.h"
|
||||
#include "server/rollback.h"
|
||||
#include "util/serialize.h"
|
||||
#include "util/thread.h"
|
||||
#include "defaultsettings.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue