xkb: xkbsrv_priv.h: make includes self contained
Make sure everything it needs is explicitly included, so we don't need to rely on some specific include order. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
c0dd33aee2
commit
5db15367cf
|
@ -6,7 +6,13 @@
|
||||||
#ifndef _XSERVER_XKBSRV_PRIV_H_
|
#ifndef _XSERVER_XKBSRV_PRIV_H_
|
||||||
#define _XSERVER_XKBSRV_PRIV_H_
|
#define _XSERVER_XKBSRV_PRIV_H_
|
||||||
|
|
||||||
|
#include <X11/Xdefs.h>
|
||||||
|
#include <X11/Xmd.h>
|
||||||
|
|
||||||
|
#include "dix.h"
|
||||||
|
#include "input.h"
|
||||||
#include "xkbsrv.h"
|
#include "xkbsrv.h"
|
||||||
|
#include "xkbstr.h"
|
||||||
|
|
||||||
void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, void *);
|
void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, void *);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue