Pārlūkot izejas kodu

Removed unnecessary header

The xkbcommon-keysyms.h header isn't available on some older systems,
and we don't actually need it for this code.
Sam Lantinga 2 gadi atpakaļ
vecāks
revīzija
615901dbfe
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/events/SDL_keysym_to_scancode.c

+ 0 - 1
src/events/SDL_keysym_to_scancode.c

@@ -26,7 +26,6 @@
 #include "SDL_keyboard_c.h"
 #include "SDL_scancode_tables_c.h"
 
-#include <xkbcommon/xkbcommon-keysyms.h>
 #include <xkbcommon/xkbcommon.h>
 
 /* *INDENT-OFF* */ /* clang-format off */