diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:11:03 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:11:03 +0100 |
commit | 29dd3f84eecd2892a438f004403521de8986a91d (patch) | |
tree | 5fb32c6954d02ff13a025c98e4c042b199372037 /src/radeon_driver.c | |
parent | 678c1f3425c0fa7e98795c8e351da77d04652e02 (diff) |
radeon: misc cleanups.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 49865acf..548aced7 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -94,10 +94,6 @@ #include "shadow.h" /* vgaHW definitions */ -#ifdef WITH_VGAHW -#include "vgaHW.h" -#endif - #ifdef HAVE_XEXTPROTO_71 #include <X11/extensions/dpmsconst.h> #else |