From ff414f8c6ac29cf208ba17680749063ecab83ef3 Mon Sep 17 00:00:00 2001 From: DM8AT Date: Sat, 24 Aug 2024 16:41:18 +0200 Subject: [PATCH] removed unnsessesery stdlib-library --- src/ObjectGL/ObjectGL.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ObjectGL/ObjectGL.hpp b/src/ObjectGL/ObjectGL.hpp index a935352..eec051b 100644 --- a/src/ObjectGL/ObjectGL.hpp +++ b/src/ObjectGL/ObjectGL.hpp @@ -28,11 +28,6 @@ //check if the file this is included into should get access to the background dependencys #ifdef OGL_KEEP_BG_ACCESS -//stdlib -#include -#include -#include - //say that an instance class will exist class OGL_Instance; //say that a window class will exist