]> git.localhorst.tv Git - l2e.git/blobdiff - src/math/fwd.h
removed lazy fwd headers
[l2e.git] / src / math / fwd.h
diff --git a/src/math/fwd.h b/src/math/fwd.h
deleted file mode 100644 (file)
index 618c8cc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MATH_FWD_H_
-#define MATH_FWD_H_
-
-#include <SDL.h>
-
-namespace math {
-
-template<Uint8 fracBits>
-class Fixed;
-template<class Scalar>
-class Vector;
-
-}
-
-#endif /* MATH_FWD_H_ */