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 /dix/enterleave.c | |
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 'dix/enterleave.c')
-rw-r--r-- | dix/enterleave.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dix/enterleave.c b/dix/enterleave.c index c1e6ac600..223182aac 100644 --- a/dix/enterleave.c +++ b/dix/enterleave.c @@ -32,6 +32,8 @@ #include <X11/extensions/XI2.h> #include <X11/extensions/XIproto.h> #include <X11/extensions/XI2proto.h> + +#include "bug.h" #include "inputstr.h" #include "windowstr.h" #include "scrnintstr.h" |