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>
This commit is contained in:
Enrico Weigelt
2024-02-15 23:33:46 +00:00
committed by Peter Hutterer
parent a8bb924af1
commit 442aec2219
22 changed files with 60 additions and 27 deletions

View File

@@ -32,6 +32,8 @@
* Basic transpose step
*/
#include "bug.h"
static inline void _transp(CARD32 d[], unsigned int i1, unsigned int i2,
unsigned int shift, CARD32 mask)
{