]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vector.h
Rearrange soucre files into subdirectories
[libs/gl.git] / source / vector.h
diff --git a/source/vector.h b/source/vector.h
deleted file mode 100644 (file)
index 5a4ffb6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MSP_GL_VECTOR_H_
-#define MSP_GL_VECTOR_H_
-
-#include <msp/linal/vector.h>
-
-namespace Msp {
-namespace GL {
-
-typedef LinAl::Vector<float, 3> Vector3;
-typedef LinAl::Vector<float, 4> Vector4;
-
-} // namespace GL
-} // namespace Msp
-
-#endif