From 73623780051fecab6397cf075f87c707eca1a5ab Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 25 Jul 2005 16:15:05 +0000 Subject: #include "fontstruct.h" -> for modularization (Drew Parsons) --- Printstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Printstr.h') diff --git a/Printstr.h b/Printstr.h index 164e2f3..45ac7a5 100644 --- a/Printstr.h +++ b/Printstr.h @@ -764,7 +764,7 @@ typedef struct _XpContext { int imageRes; } XpContextRec, *XpContextPtr; -#include "fontstruct.h" /* FontResolutionPtr */ +#include /* FontResolutionPtr */ extern Bool XpAllocateContextPrivate(int, unsigned); extern FontResolutionPtr XpGetClientResolutions(ClientPtr, int *); -- cgit v1.2.1