This looks like more, but only if you don't compare it to the number pulled in by misc.h.
Signed-off-by: Adam Jackson <a...@redhat.com> --- hw/xfree86/common/xf86Module.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index cd4227a..7d09a1b 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -41,8 +41,10 @@ #ifndef _XF86MODULE_H #define _XF86MODULE_H -#include "misc.h" -#include "extension.h" +#include <X11/Xfuncproto.h> +#include <X11/Xdefs.h> +#include <X11/Xmd.h> + #ifndef NULL #define NULL ((void *)0) #endif -- 2.9.3 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel