fixed include path (don't use system include <>, but "" instead)

Thanks to Stephen (shatcher) for reporting!
http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1696&p=6412#p6412
This commit is contained in:
ejcoumans
2007-11-17 17:16:19 +00:00
parent 56e072ccc6
commit f5fb2d77eb
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ Nov.2006
#include "btGjkEpa.h"
#include <string.h> //for memset
#include <LinearMath/btStackAlloc.h>
#include "LinearMath/btStackAlloc.h"
#if defined(DEBUG) || defined (_DEBUG)
#include <stdio.h> //for debug printf