X-Git-Url: http://git.localhorst.tv/?p=space.git;a=blobdiff_plain;f=src%2Fgraphics%2FMoveable.h;h=7627283ffedb958d2ba9acbd0b588314af7ebc3b;hp=71f590919678d72f654c23f04e95b8525a5982ca;hb=61c2d30a60d586cbe63885885c6a373c7713af1e;hpb=08d0e47634e1632c96ebe3308535a86f5e625b40 diff --git a/src/graphics/Moveable.h b/src/graphics/Moveable.h index 71f5909..7627283 100644 --- a/src/graphics/Moveable.h +++ b/src/graphics/Moveable.h @@ -1,7 +1,7 @@ #ifndef SPACE_MOVEABLE_H_ #define SPACE_MOVEABLE_H_ -#include "../math/Vector.h" +#include "Vector.h" namespace space {