diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2011-10-29 23:08:46 +0200 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-10-31 08:39:30 -0400 |
commit | d3d6a5da07aaec5961e51c9a8f90c1490ee101b6 (patch) | |
tree | ffc67bee400224253ef11996139d2ac7ace4404a /src/ati.c | |
parent | 70da7001e81363ed6ef2c4727c512daf53ae29fe (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/ati.c')
-rw-r--r-- | src/ati.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ #include "atipcirename.h" #include "ati.h" +#include "atipciids.h" #include "ativersion.h" /* names duplicated from version headers */ |