unneeded include

This commit is contained in:
Gwenhael Le Moine 2024-04-12 14:42:45 +02:00
parent 6989bde006
commit ab453314aa
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -3,8 +3,6 @@
#include <SDL2/SDL.h>
#include "types.h"
typedef struct {
SDL_Keycode SDL_event_id;
void ( *down )( void );