From 9c73dd91e90810116c215060bac434c5e8174f5f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 14 Jan 2012 17:00:01 +0000 Subject: Include to repair build intel_module.c:41:48: error: missing binary operator before token "(" --- src/intel_module.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/intel_module.c b/src/intel_module.c index 4a0d9806..6e2af570 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -28,20 +28,22 @@ #include "config.h" #endif -#include "xf86.h" -#include "xf86_OSproc.h" -#include "xf86cmap.h" -#include "xf86drmMode.h" +#include +#include +#include +#include -#include "common.h" -#include "intel_driver.h" -#include "legacy/legacy.h" -#include "sna/sna_module.h" +#include #if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1,6,99,0,0) #include #endif +#include "common.h" +#include "intel_driver.h" +#include "legacy/legacy.h" +#include "sna/sna_module.h" + static struct intel_device_info *chipset_info; static const struct intel_device_info intel_i81x_info = { -- cgit v1.2.3