include: Stop including <X11/fonts/fontproto.h>

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 <ajax@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Adam Jackson 2018-10-24 16:23:04 -04:00
parent ace551d8a2
commit 06f448d4af
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ SOFTWARE.
#include <X11/fonts/font.h>
#include "closure.h"
#include <X11/fonts/fontstruct.h>
#include <X11/fonts/fontproto.h>
#define NullDIXFontProp ((DIXFontPropPtr)0)