[Bf-blender-cvs] [7b954ba7a1b] master: GHOST/wayland: remove unused 'input-event-codes.h' header

Christian Rauch noreply at git.blender.org
Mon Jul 12 21:20:31 CEST 2021


Commit: 7b954ba7a1b896c50a2cd3ce4227d63067a51d24
Author: Christian Rauch
Date:   Mon Jul 12 20:20:08 2021 +0100
Branches: master
https://developer.blender.org/rB7b954ba7a1b896c50a2cd3ce4227d63067a51d24

GHOST/wayland: remove unused 'input-event-codes.h' header

This was accidentally committed by rBecbf838feefc.

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

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



More information about the Bf-blender-cvs mailing list