diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-12 14:16:31 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-12 14:18:28 +0100 |
commit | 600746f923b046187a66b60b5e5d2b187475730e (patch) | |
tree | 946b3fe8ec23b440df2a27c34858a76479775873 /src/legacy | |
parent | 1d9ab2e7101167075112a472ee82530dc0365183 (diff) |
i810: Remove vestigial reference to xaa.h
i810_hwmc.c can pull it in via i810.h like everybody else. As for
xaalocal.h, I have no idea what that is... Both appear to be cut'n'paste
includes.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/legacy')
-rw-r--r-- | src/legacy/i810/i810_hwmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/legacy/i810/i810_hwmc.c b/src/legacy/i810/i810_hwmc.c index c7100e09..4d3bd1a4 100644 --- a/src/legacy/i810/i810_hwmc.c +++ b/src/legacy/i810/i810_hwmc.c @@ -53,8 +53,6 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86xvmc.h" #include <X11/extensions/Xv.h> #include <X11/extensions/XvMC.h> -#include "xaa.h" -#include "xaalocal.h" #include "dixstruct.h" #include "fourcc.h" |