diff options
author | Stijn Buys <ingar@osirion.org> | 2011-02-22 14:43:46 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2011-02-22 14:43:46 +0000 |
commit | b349294408a6f82bb5a5687a0672e8f04d4d681f (patch) | |
tree | 150a2037469eca07cf610612ebfb75681f9a0841 /src/math | |
parent | 6215eeb760003d75e42c1f80372a6e9c2a453c1a (diff) |
Removed #include of itself, thanks to Thorn
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/vector3f.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/vector3f.h b/src/math/vector3f.h index 6ab77be..2ff4ba0 100644 --- a/src/math/vector3f.h +++ b/src/math/vector3f.h @@ -8,8 +8,6 @@ #define __INCLUDED_MATH_VECTOR3F_H__ #include <iostream> -#include "math/vector3f.h" - #include "LinearMath/btVector3.h" namespace math |