include <string.h> instead of <memory.h>

This commit is contained in:
erwin.coumans
2009-05-29 02:08:03 +00:00
parent dfa1f033da
commit d58a14b4cd
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ subject to the following restrictions:
#include <limits.h>
#include <stdio.h>
#include <memory.h>
#include <string.h>
#include "LinearMath/btAlignedAllocator.h"
#define BT_UINT_MAX UINT_MAX

View File

@@ -34,7 +34,7 @@ email: projectileman@yahoo.com
#include "gim_math.h"
#include <memory.h>
#include <string.h>
#ifdef PREFETCH
#include <xmmintrin.h> // for prefetch