From 6c1d6174a0ba33ff377cb74adf6c0bbe0279f93b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 26 Mar 2009 16:37:49 +1000 Subject: XIint.h only needs XI.h as include, not the rest. This fixes 64bit compilation issues. Signed-off-by: Peter Hutterer --- src/XIint.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/XIint.h b/src/XIint.h index 3379882..9cf6bc4 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -7,8 +7,7 @@ #ifndef _XIINT_H_ #define _XIINT_H_ -#include /* for xAnyClassPtr */ -#include /* for XAnyClassPtr */ +#include extern XExtDisplayInfo *XInput_find_display(Display *); -- cgit v1.2.3