diff options
author | Dave Airlie <airlied@gmail.com> | 2012-07-13 14:33:47 +1000 |
---|---|---|
committer | Dave Airlie <airlied@gmail.com> | 2012-07-13 14:33:47 +1000 |
commit | 138d1ea01298aedbe414ecc48374e433d6960010 (patch) | |
tree | 9285a6c55d4bcff924497644e95e81192455ff50 /src/ast_2dtool.c | |
parent | eafaa2666fa43d6b06bec013feb254ea92759406 (diff) |
ast: deal with XAA removal.
This deals with the removal of XAA from the server, should
fix tinderbox.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/ast_2dtool.c')
-rw-r--r-- | src/ast_2dtool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c index ba58a08..bb99f9d 100644 --- a/src/ast_2dtool.c +++ b/src/ast_2dtool.c @@ -44,8 +44,6 @@ /* framebuffer offscreen manager */ #include "xf86fbman.h" -/* include xaa includes */ -#include "xaa.h" #include "xaarop.h" /* H/W cursor support */ |