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 | |
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>
-rw-r--r-- | src/ast_2dtool.c | 1 | ||||
-rw-r--r-- | src/ast_accel.c | 1 | ||||
-rw-r--r-- | src/ast_cursor.c | 1 | ||||
-rw-r--r-- | src/ast_driver.c | 1 | ||||
-rw-r--r-- | src/ast_mode.c | 1 | ||||
-rw-r--r-- | src/ast_tool.c | 1 | ||||
-rw-r--r-- | src/ast_vgatool.c | 1 |
7 files changed, 0 insertions, 7 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" diff --git a/src/ast_accel.c b/src/ast_accel.c index 34f9c65..a789b21 100644 --- a/src/ast_accel.c +++ b/src/ast_accel.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" diff --git a/src/ast_cursor.c b/src/ast_cursor.c index f967ce9..47ea09d 100644 --- a/src/ast_cursor.c +++ b/src/ast_cursor.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" diff --git a/src/ast_driver.c b/src/ast_driver.c index 080b051..5e6a26e 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -40,7 +40,6 @@ #include "regionstr.h" #include "xf86xv.h" #include <X11/extensions/Xv.h> -#include "vbe.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/ast_mode.c b/src/ast_mode.c index 3238f39..50289f1 100644 --- a/src/ast_mode.c +++ b/src/ast_mode.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" diff --git a/src/ast_tool.c b/src/ast_tool.c index d11f20d..c701c1e 100644 --- a/src/ast_tool.c +++ b/src/ast_tool.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" diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c index ed8c906..42de52c 100644 --- a/src/ast_vgatool.c +++ b/src/ast_vgatool.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" |