fb: fbbits.h: no need to include dix-config.h here

All in-tree consumers already need to include dix-config.h on the very
top anyways, and there are no out-of-tree consumers (private to fb subsys)

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-07-04 19:09:08 +02:00
parent 4909f669e5
commit a24a7a7a66

View File

@ -24,15 +24,10 @@
* This file defines functions for drawing some primitives using
* underlying datatypes instead of masks
*/
#include "fb/fb_priv.h"
#define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "fb/fb_priv.h"
#define __FbMaskBits(x,w,l,n,r) { \
n = (w); \
r = FbRightMask((x)+n); \