Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-02-22 14:43:46 +0000
committerStijn Buys <ingar@osirion.org>2011-02-22 14:43:46 +0000
commitb349294408a6f82bb5a5687a0672e8f04d4d681f (patch)
tree150a2037469eca07cf610612ebfb75681f9a0841 /src/math/vector3f.h
parent6215eeb760003d75e42c1f80372a6e9c2a453c1a (diff)
Removed #include of itself, thanks to Thorn
Diffstat (limited to 'src/math/vector3f.h')
-rw-r--r--src/math/vector3f.h2
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