summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2011-10-29 23:08:46 +0200
committerAlex Deucher <alexdeucher@gmail.com>2011-10-31 08:39:30 -0400
commitd3d6a5da07aaec5961e51c9a8f90c1490ee101b6 (patch)
treeffc67bee400224253ef11996139d2ac7ace4404a /src/radeon_dri.c
parent70da7001e81363ed6ef2c4727c512daf53ae29fe (diff)
radeon: do not include xf86PciInfo.h
We already use atipciids.h instead most places. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r--src/radeon_dri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index 07f127c0..f1ae65e3 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -54,7 +54,6 @@
/* X and server generic header files */
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "windowstr.h"
/* GLX/DRI/DRM definitions */