From 68572c1e41cf6de2f0ef2c9442111384ce863308 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 6 Jun 2012 10:42:26 +0100 Subject: ati: only include deprecated file in one place. reduces warnings. Signed-off-by: Dave Airlie --- src/ati.h | 1 - src/atimach64probe.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ati.h b/src/ati.h index 828aae1..9a6c244 100644 --- a/src/ati.h +++ b/src/ati.h @@ -25,7 +25,6 @@ #include #include "xf86Pci.h" -#include "xf86PciInfo.h" #include "xf86.h" diff --git a/src/atimach64probe.c b/src/atimach64probe.c index 0117920..e94c3f2 100644 --- a/src/atimach64probe.c +++ b/src/atimach64probe.c @@ -38,6 +38,8 @@ #include "atiadjust.h" #include "ativalid.h" +#include "xf86PciInfo.h" + #ifndef XSERVER_LIBPCIACCESS static Bool Mach64Probe(DriverPtr pDriver, int flags); #endif -- cgit v1.2.3