Skip to content

Commit

Permalink
Remove redundant malloc.h inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 14, 2015
1 parent 83631d8 commit d33f8d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/xrGame/GameObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@

extern MagicBox3 MagicMinBox (int iQuantity, const Fvector* akPoint);

#pragma warning(push)
#pragma warning(disable:4995)
#include <malloc.h>
#pragma warning(pop)

#ifdef DEBUG
# include "debug_renderer.h"
# include "PHDebug.h"
Expand Down

0 comments on commit d33f8d2

Please sign in to comment.