From 06f448d4af905412b1e0b4074f7763ec85f2b6e8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 24 Oct 2018 16:23:04 -0400 Subject: [PATCH] include: Stop including Despite being packaged in xorgproto (formerly fontsproto), fontproto.h is actually a list of the ABI libXfont version 1 expected of the X server. We switched to libXfont2 three years ago, this is unnecessary. Signed-off-by: Adam Jackson Reviewed-by: Eric Anholt --- include/dixfont.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dixfont.h b/include/dixfont.h index 3a38d10c5..65b5d2075 100644 --- a/include/dixfont.h +++ b/include/dixfont.h @@ -28,7 +28,6 @@ SOFTWARE. #include #include "closure.h" #include -#include #define NullDIXFontProp ((DIXFontPropPtr)0)