mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
xkb: move include guards up to wrap the whole file
See: https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
This commit is contained in:
committed by
Enrico Weigelt
parent
fcf7fb1f42
commit
0aea4cf3a7
@@ -1,8 +1,8 @@
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#ifndef DEFAULT_H
|
||||
#define DEFAULT_H 1
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#define DPYTYPE char *
|
||||
#define NUM_KEYS 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user