Skip to content

Commit 0aea4cf

Browse files
mikedldmetux
authored andcommitted
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 <[email protected]>
1 parent fcf7fb1 commit 0aea4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xkb/xkbDflts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#include "dix/dix_priv.h"
2-
31
#ifndef DEFAULT_H
42
#define DEFAULT_H 1
53

4+
#include "dix/dix_priv.h"
5+
66
#define DPYTYPE char *
77
#define NUM_KEYS 1
88

0 commit comments

Comments
 (0)