fix: remove unused imports

This commit is contained in:
kraxarn 2025-11-10 12:48:43 +01:00
parent fd97d8179e
commit ba171ea376
No known key found for this signature in database
GPG key ID: 043A905B28C449DF

View file

@ -1,8 +1,6 @@
#include "../../clay.h"
#include <SDL3/SDL_main.h>
#include <SDL3/SDL.h>
#include <SDL3_ttf/SDL_ttf.h>
#include <SDL3_image/SDL_image.h>
typedef struct {
SDL_Renderer *renderer;