From a9b18ca5a13816d4ffbbd00d3fc80a048e84e94f Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 24 May 2004 19:06:58 +0000 Subject: Fix build glitches when building modules independently using Imake. --- src/Xrandrint.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Xrandrint.h b/src/Xrandrint.h index 87724c9..8838d78 100644 --- a/src/Xrandrint.h +++ b/src/Xrandrint.h @@ -32,11 +32,11 @@ #define NEED_REPLIES #include #include -#include "Xext.h" /* in ../include */ -#include "extutil.h" /* in ../include */ +#include +#include #include "Xrandr.h" -#include "randr.h" -#include "randrproto.h" +#include +#include extern XExtensionInfo XrandrExtensionInfo; extern char XrandrExtensionName[]; -- cgit v1.2.1