Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorChristian Rauch <Rauch.Christian@gmx.de>2021-07-12 22:20:08 +0300
committerChristian Rauch <Rauch.Christian@gmx.de>2021-07-12 22:20:08 +0300
commit7b954ba7a1b896c50a2cd3ce4227d63067a51d24 (patch)
tree3e40d1f3e860c3cc185165afa97ea14717bfadd1 /intern
parent5e1702e7a593851b2354bca5db3044e7aa639312 (diff)
GHOST/wayland: remove unused 'input-event-codes.h' header
This was accidentally committed by rBecbf838feefc.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp2
1 files changed, 0 insertions, 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 <cstring>
-#include <linux/input-event-codes.h>
-
/* 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