Commit 0fc53688 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Keyboard.c: remove unnecessary includes

parent bebdf099
...@@ -42,15 +42,12 @@ is" without express or implied warranty. ...@@ -42,15 +42,12 @@ is" without express or implied warranty.
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include "X.h"
#include "Xproto.h"
#include "keysym.h" #include "keysym.h"
#include "screenint.h" #include "screenint.h"
#include "inputstr.h" #include "inputstr.h"
#include "misc.h" #include "misc.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "servermd.h" #include "servermd.h"
#include "dixstruct.h"
#include "extnsionst.h" #include "extnsionst.h"
#include "Agent.h" #include "Agent.h"
...@@ -67,10 +64,6 @@ is" without express or implied warranty. ...@@ -67,10 +64,6 @@ is" without express or implied warranty.
#ifdef XKB #ifdef XKB
#include "globals.h"
#include "property.h"
#include "Init.h"
#include <nx-X11/extensions/XKB.h> #include <nx-X11/extensions/XKB.h>
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment