From: LockedLunatic Date: Mon, 27 Apr 2015 00:11:56 +0000 (+0200) Subject: drawabl.h removed X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=736e776ce07de072c36174f132a75fe27f60d49c;p=cgue_weave.git drawabl.h removed --- diff --git a/Weave/Graphix/Scene.h b/Weave/Graphix/Scene.h index 04a6258..bf395f3 100644 --- a/Weave/Graphix/Scene.h +++ b/Weave/Graphix/Scene.h @@ -1,6 +1,5 @@ #pragma once -#include "Drawable.h" #include "ViewPort.h" #include "SceneObject.h" #include "GLM.h" diff --git a/Weave/Graphix/SceneObject.h b/Weave/Graphix/SceneObject.h index a0ff184..9d11ad7 100644 --- a/Weave/Graphix/SceneObject.h +++ b/Weave/Graphix/SceneObject.h @@ -2,8 +2,6 @@ #include "GLM.h" -#include "Drawable.h" - #include using std::string;