From a0be1dcd67f2e1f16234cae101bbab8319466bf0 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 1 Feb 2021 16:48:01 +0100 Subject: [PATCH] Remove unused forward declarations --- inferno/src/inferno/application.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/inferno/src/inferno/application.h b/inferno/src/inferno/application.h index c60d527..9700cfe 100644 --- a/inferno/src/inferno/application.h +++ b/inferno/src/inferno/application.h @@ -1,7 +1,7 @@ #ifndef APPLICATION_H #define APPLICATION_H -#include // std::unique_ptr +#include // std::unique_ptr, std::shared_ptr namespace Inferno { @@ -9,11 +9,7 @@ namespace Inferno { class Font; class KeyPressEvent; class MousePositionEvent; - class OrthographicCamera; - class PerspectiveCamera; class Scene; - class Texture; - class TextureManager; class Window; class WindowCloseEvent; class WindowResizeEvent;