Skip to content

Commit

Permalink
Try to fix mac build by removing unused stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Apr 16, 2020
1 parent 5c5f16f commit 2466bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,6 @@ void CServer::InitRegister(CNetServer *pNetServer, IEngineMasterServer *pMasterS

#include "signal.h"
#include "stdio.h"
#include "stdlib.h"

static class IGameServer *sp_GameServer;

Expand Down

0 comments on commit 2466bbb

Please sign in to comment.