twn_rendering.h: remove redundant SDL2/SDL.h

This commit is contained in:
veclav talica 2024-10-06 23:51:14 +03:00
parent 3e972b2dad
commit ba488801b3

View File

@ -6,8 +6,6 @@
#include "twn_camera.h" #include "twn_camera.h"
#include "twn_engine_api.h" #include "twn_engine_api.h"
#include <SDL2/SDL.h>
#include <stdbool.h> #include <stdbool.h>
typedef struct PushSpriteArgs { typedef struct PushSpriteArgs {