summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Module.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-04-13 14:59:27 -0400
committerAdam Jackson <ajax@redhat.com>2017-01-25 14:22:05 -0500
commit7e3cccf8e4426a4b25a7a94d52775d334693572f (patch)
tree9222a45f71655b3e058e77cef435601b78ca2131 /hw/xfree86/common/xf86Module.h
parent49fa76801348f6d044128f7ec743693d0759d683 (diff)
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 <eric@anholt.net> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common/xf86Module.h')
-rw-r--r--hw/xfree86/common/xf86Module.h6
1 files 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 <X11/Xfuncproto.h>
+#include <X11/Xdefs.h>
+#include <X11/Xmd.h>
+
#ifndef NULL
#define NULL ((void *)0)
#endif