From 2786e4c0830a6248844546b0db48bbbde4c766d3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 31 Mar 2002 09:54:14 +0000 Subject: [PATCH] Removed reference to malloc.h, replacing by stdlib.h instead. --- src/osgPlugins/obj/glm.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/osgPlugins/obj/glm.cpp b/src/osgPlugins/obj/glm.cpp index 74260d5c5..b0a38d87d 100644 --- a/src/osgPlugins/obj/glm.cpp +++ b/src/osgPlugins/obj/glm.cpp @@ -13,11 +13,7 @@ #include #include #include -#ifdef __DARWIN_OSX__ #include -#else -#include -#endif #include "glm.h" #include