Skip to content

Commit

Permalink
Delete redundant malloc.h inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 15, 2015
1 parent 82e3f09 commit fbac18e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/xrGame/xrServer_Connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
#include "file_transfer.h"
#include "screenshot_server.h"
#include "xrNetServer/NET_AuthCheck.h"
#pragma warning(push)
#pragma warning(disable:4995)
#include <malloc.h>
#pragma warning(pop)

LPCSTR xrServer::get_map_download_url(LPCSTR level_name, LPCSTR level_version)
{
Expand Down

0 comments on commit fbac18e

Please sign in to comment.