aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-26 19:19:21 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-26 19:19:21 +0100
commitc5d1b46ba804eaabdb4fc2f4f4295292032def65 (patch)
treeca3b6410a6f3c1b9f5291e182fd9d25e39efc08c /src/crepe/api
parentb4c07db977ab18302a0d953ef22a32a171e688f8 (diff)
implemented all the feedback
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/Texture.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/Texture.cpp b/src/crepe/api/Texture.cpp
index 264d7b1..eeb86e9 100644
--- a/src/crepe/api/Texture.cpp
+++ b/src/crepe/api/Texture.cpp
@@ -1,5 +1,3 @@
-#include <SDL2/SDL_render.h>
-
#include "../facade/SDLContext.h"
#include "../util/Log.h"