diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-02-24 08:30:23 +0100 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-02-24 08:30:23 +0100 |
commit | de358736dc696559ba99c71cf5b2a97508201630 (patch) | |
tree | 64dd7f9006f4ad831861544af3b92b15b08ad1b3 /src/radeon_probe.h | |
parent | 752b0218af36a45b333a12f66dfdce8c1e662aa8 (diff) |
EXA: Adapt to EXA changes in xserver Git.
The PrepareAccess hook can now get six different indices.
Also remove superfluous instances of #include "exa.h".
Note that you may need to run autoheader manually to get config.h.in updated.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 447ef573..eb2e82f6 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -43,9 +43,6 @@ #include "xf86Crtc.h" -#ifdef USE_EXA -#include "exa.h" -#endif #ifdef USE_XAA #include "xaa.h" #endif |