code-google-com / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

LinearMath relative path to include files #333

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In LinearMath, four files (btQuickprof.h, btQuickprof.cpp, btConvexHull.h
and btConvexHull.cpp) include some header files using a relative path 

What is the expected output? What do you see instead?

I'd expect to see, say: 

#include "btVector3.h"

instead of 

#include "LinearMath/btVector3.h", 

What version of the product are you using? On what operating system?
Bullet rev. 1877. Linux 64 bits

Please provide any additional information below.
I attach a patch with a fix

Original issue reported on code.google.com by tasi...@gmail.com on 17 Jan 2010 at 9:24

Attachments:

GoogleCodeExporter commented 9 years ago

Thanks, those directory prefixes were unnecessary indeed.
Patch was applied here:
http://code.google.com/p/bullet/source/detail?r=1880

Thanks!
Erwin

Original comment by erwin.coumans on 19 Jan 2010 at 6:14