diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-07-04 23:16:26 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-09 15:31:57 +0100 |
commit | 0fc53688698d128ac77a998b87e5b0df3d44c622 (patch) | |
tree | 2b87dfd97d0498f5be0665f7c23fa0b80a66f2d4 /nx-X11/programs/Xserver | |
parent | bebdf0990dfbc4ea840717e6f4f777637afbf8a4 (diff) | |
download | nx-libs-0fc53688698d128ac77a998b87e5b0df3d44c622.tar.gz nx-libs-0fc53688698d128ac77a998b87e5b0df3d44c622.tar.bz2 nx-libs-0fc53688698d128ac77a998b87e5b0df3d44c622.zip |
Keyboard.c: remove unnecessary includes
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Keyboard.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c index 1c6fcaab0..647a0a823 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c @@ -42,15 +42,12 @@ is" without express or implied warranty. #include <string.h> #include <stdlib.h> -#include "X.h" -#include "Xproto.h" #include "keysym.h" #include "screenint.h" #include "inputstr.h" #include "misc.h" #include "scrnintstr.h" #include "servermd.h" -#include "dixstruct.h" #include "extnsionst.h" #include "Agent.h" @@ -67,10 +64,6 @@ is" without express or implied warranty. #ifdef XKB -#include "globals.h" -#include "property.h" -#include "Init.h" - #include <nx-X11/extensions/XKB.h> /* |