Don't include client/game.h on server build

master
Elias Fleckenstein 2022-05-18 16:57:14 +02:00
parent 8d19b99c5b
commit 393c839282
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "server.h"
#include "filesys.h"
#include "version.h"
#ifndef SERVER
#include "client/game.h"
#endif
#include "defaultsettings.h"
#include "gettext.h"
#include "log.h"