os: move BUG_*() macros to own private header

These macros aren't used by any external modules, so no need
to keep them public. Moving them into private header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1804>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-02-17 17:32:15 +01:00
committed by Marge Bot
parent a6b2eb3780
commit 346d5f5c35
23 changed files with 54 additions and 28 deletions

View File

@@ -24,6 +24,7 @@
#include <dix-config.h>
#include "os/bug_priv.h"
#include "os/xsha1.h"
#include "misc.h"