From 7b954ba7a1b896c50a2cd3ce4227d63067a51d24 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Mon, 12 Jul 2021 20:20:08 +0100 Subject: GHOST/wayland: remove unused 'input-event-codes.h' header This was accidentally committed by rBecbf838feefc. --- intern/ghost/intern/GHOST_SystemWayland.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp index abc451d2e5d..75a80de983d 100644 --- a/intern/ghost/intern/GHOST_SystemWayland.cpp +++ b/intern/ghost/intern/GHOST_SystemWayland.cpp @@ -52,8 +52,6 @@ #include -#include - /* selected input event code defines from 'linux/input-event-codes.h' * We include some of the button input event codes here, since the header is * only available in more recent kernel versions. The event codes are used to -- cgit v1.2.3