diff --git a/src/graphics/Drawables.cpp b/src/graphics/Drawables.cpp index 72603de573..98332a8be5 100644 --- a/src/graphics/Drawables.cpp +++ b/src/graphics/Drawables.cpp @@ -12,7 +12,6 @@ #include "graphics/Types.h" #include "graphics/VertexBuffer.h" #include "profiler/Profiler.h" -#include "scenegraph/Label3D.h" #include diff --git a/src/graphics/Drawables.h b/src/graphics/Drawables.h index 5e35b2b90a..3e95dc4485 100644 --- a/src/graphics/Drawables.h +++ b/src/graphics/Drawables.h @@ -14,10 +14,6 @@ struct Aabb; -namespace SceneGraph { - class Label3D; -} //namespace SceneGraph - namespace Graphics { class Renderer;