From b349294408a6f82bb5a5687a0672e8f04d4d681f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 22 Feb 2011 14:43:46 +0000 Subject: Removed #include of itself, thanks to Thorn --- src/math/vector3f.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -#include "math/vector3f.h" - #include "LinearMath/btVector3.h" namespace math -- cgit v1.2.3