mirror of
https://github.com/nicbarker/clay.git
synced 2025-12-23 09:41:04 +00:00
fix: remove unused imports
This commit is contained in:
parent
fd97d8179e
commit
ba171ea376
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue