diff options
author | Enrico Weigelt <info@metux.net> | 2024-02-15 23:33:46 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2024-02-15 23:33:46 +0000 |
commit | 442aec2219e0aba5482f96e1047748416237ffaa (patch) | |
tree | 42a0aca868f0120628db8106d575bf5faca9a64f /xkb | |
parent | a8bb924af19f8666a39db2cf50b0c7f00564db06 (diff) |
include: move BUG_*() macros to separate header
Yet another step of uncluttering includes: move out the BUG_* macros
into a separate header, which then is included as-needed.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/xkbInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index be66d2af9..bc6ef4e56 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -49,6 +49,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "xkbgeom.h" #include <X11/extensions/XKMformat.h> #include "xkbfile.h" +#include "bug.h" #define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1) |