From b891bd7a864cc8c7b35c8b9e71dfcd162ce2482f Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Thu, 31 Jan 2008 23:58:48 -0200 Subject: [PATCH] Remove inclusion of xf86_ansic.h. Optionally this could be conditional to detected X Server version, but since test is not done in other modules, don't do here either. --- src/i128_driver.c | 3 --- src/i128accel.c | 1 - src/i128dga.c | 1 - src/i128exa.c | 1 - src/i128init.c | 1 - 5 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/i128_driver.c b/src/i128_driver.c index 99356da..634f5ae 100644 --- a/src/i128_driver.c +++ b/src/i128_driver.c @@ -34,9 +34,6 @@ #include "xf86_OSproc.h" #include "xf86Resources.h" -/* All drivers need this */ -#include "xf86_ansic.h" - #include "compiler.h" /* Drivers for PCI hardware need this */ diff --git a/src/i128accel.c b/src/i128accel.c index da1f9af..5b29552 100644 --- a/src/i128accel.c +++ b/src/i128accel.c @@ -35,7 +35,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Pci.h" #include "xf86PciInfo.h" diff --git a/src/i128dga.c b/src/i128dga.c index 1ceae5f..871510f 100644 --- a/src/i128dga.c +++ b/src/i128dga.c @@ -6,7 +6,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Pci.h" #include "xf86PciInfo.h" #include "xaa.h" diff --git a/src/i128exa.c b/src/i128exa.c index a2d6c7e..36aa78f 100644 --- a/src/i128exa.c +++ b/src/i128exa.c @@ -34,7 +34,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Pci.h" #include "xf86PciInfo.h" diff --git a/src/i128init.c b/src/i128init.c index 00ec646..52fef07 100644 --- a/src/i128init.c +++ b/src/i128init.c @@ -31,7 +31,6 @@ #include "xf86.h" -#include "xf86_ansic.h" #include "xf86PciInfo.h" #include "xf86Pci.h" -- 1.5.3.2