From 7e3cccf8e4426a4b25a7a94d52775d334693572f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 13 Apr 2016 14:59:27 -0400 Subject: [PATCH] loader: Include fewer headers from xf86Module.h This looks like more, but only if you don't compare it to the number pulled in by misc.h. Reviewed-by: Eric Anholt Reviewed-by: Julien Cristau Signed-off-by: Adam Jackson --- 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 cd4227ae3..7d09a1bcc 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 +#include +#include + #ifndef NULL #define NULL ((void *)0) #endif