summaryrefslogtreecommitdiff
path: root/xkb/xkb.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-07-04 09:42:53 +1000
committerOlivier Fourdan <fourdan@gmail.com>2022-07-08 14:27:04 +0000
commita2762514b66e8869ce93fa7dc2a1d0faaebd9272 (patch)
tree2a837f70d62b110b3e35fd7f2fa741fedddcab1a /xkb/xkb.c
parentd9dd300b8dcc250d9f2bc93cab664daf83975752 (diff)
xkb: rename xkb.h to xkb-procs.h
This header merely defines the various protocol request handlers, so let's rename it to something less generic and remove its include from all the files that don't actually need it (which is almost all of them). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
Diffstat (limited to 'xkb/xkb.c')
-rw-r--r--xkb/xkb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkb/xkb.c b/xkb/xkb.c
index 820cd7166..21c046913 100644
--- a/xkb/xkb.c
+++ b/xkb/xkb.c
@@ -38,7 +38,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "extnsionst.h"
#include "extinit.h"
#include "xace.h"
-#include "xkb.h"
+#include "xkb-procs.h"
#include "protocol-versions.h"
#include <X11/extensions/XI.h>