xfree86: remove a bunch of unused pci headers

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
Tiago Vignatti 2009-07-14 17:11:13 +03:00
parent cc575a3ba4
commit 686e486730
4 changed files with 0 additions and 12 deletions

View File

@ -34,7 +34,6 @@
#ifndef _XF86PRIVSTR_H
#define _XF86PRIVSTR_H
#include "xf86Pci.h"
#include "xf86str.h"
typedef enum {

View File

@ -35,14 +35,10 @@
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86Privstr.h"
#include "xf86Pci.h"
#define NEED_OS_RAC_PROTOS
#include "xf86_OSlib.h"
#include "xf86Resources.h"
/* Avoid Imakefile changes */
#include "bus/Pci.h"
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \
defined(__NetBSD__) || defined(__OpenBSD__) || \
defined(__DragonFly__) || defined(__sun) || defined(__GNU__)

View File

@ -68,10 +68,6 @@
#ifndef _XF86_OSPROC_H
#define _XF86_OSPROC_H
#ifdef XF86_OS_PRIVS
#include "xf86Pci.h"
#endif
/*
* The actual prototypes have been pulled into this seperate file so
* that they can can be used without pulling in all of the OS specific

View File

@ -39,9 +39,6 @@
#include "colormapst.h"
#include "xf86RamDacPriv.h"
#include "xf86PciInfo.h"
#include "xf86Pci.h"
void
RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors,
VisualPtr pVisual)