From 736e776ce07de072c36174f132a75fe27f60d49c Mon Sep 17 00:00:00 2001 From: LockedLunatic Date: Mon, 27 Apr 2015 02:11:56 +0200 Subject: [PATCH] drawabl.h removed --- Weave/Graphix/Scene.h | 1 - Weave/Graphix/SceneObject.h | 2 -- 2 files changed, 3 deletions(-) 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; -- 2.47.3