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.
This commit is contained in:
Sam Lantinga 2022-11-15 11:19:08 -08:00
parent c855184765
commit 615901dbfe
1 changed files with 0 additions and 1 deletions

View File

@ -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 */