diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2022-07-04 09:42:53 +1000 |
---|---|---|
committer | Olivier Fourdan <fourdan@gmail.com> | 2022-07-08 14:27:04 +0000 |
commit | a2762514b66e8869ce93fa7dc2a1d0faaebd9272 (patch) | |
tree | 2a837f70d62b110b3e35fd7f2fa741fedddcab1a /xkb/xkb.c | |
parent | d9dd300b8dcc250d9f2bc93cab664daf83975752 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |