From ab453314aaea295276e20a1c32e8a8792104eea4 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 12 Apr 2024 14:42:45 +0200 Subject: [PATCH] unneeded include --- src/pcalc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pcalc.h b/src/pcalc.h index 8142450..7f5fc95 100644 --- a/src/pcalc.h +++ b/src/pcalc.h @@ -3,8 +3,6 @@ #include -#include "types.h" - typedef struct { SDL_Keycode SDL_event_id; void ( *down )( void );