From 4909f669e5eaa7f6b7f43d5eaa873c190e1b5482 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 18:55:24 +0200 Subject: [PATCH] fb: fbpict.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 out-of-tree consumers don't have that include at all. Signed-off-by: Enrico Weigelt, metux IT consult --- fb/fbpict.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fb/fbpict.h b/fb/fbpict.h index eb627c15f..a35765b9c 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -20,11 +20,6 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef _FBPICT_H_ #define _FBPICT_H_