diff options
author | Adam Jackson <ajax@redhat.com> | 2012-08-15 13:22:14 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2012-08-15 13:22:14 -0400 |
commit | 358ef4a53e582a2176a163356c7754faf3192270 (patch) | |
tree | 1d2cff2cca899adfe0ecd2911deee6fd4c628b35 /src/ast_2dtool.c | |
parent | e4268d2775c95e03e0d319cb937522bfb3bab61d (diff) |
Don't bother to include vbe.h
This driver no longer uses VBE, so this can go.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/ast_2dtool.c')
-rw-r--r-- | src/ast_2dtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c index bb99f9d..6be9a4f 100644 --- a/src/ast_2dtool.c +++ b/src/ast_2dtool.c @@ -36,7 +36,6 @@ #include "regionstr.h" #include "xf86xv.h" #include <X11/extensions/Xv.h> -#include "vbe.h" #include "xf86PciInfo.h" #include "xf86Pci.h" |