Removed reference to malloc.h, replacing by stdlib.h instead.

This commit is contained in:
Robert Osfield
2002-03-31 09:54:14 +00:00
parent 6ff34d0bcb
commit 2786e4c083

View File

@@ -13,11 +13,7 @@
#include <string.h>
#include <assert.h>
#include <osg/Math>
#ifdef __DARWIN_OSX__
#include <stdlib.h>
#else
#include <malloc.h>
#endif
#include "glm.h"
#include <osg/Math>