summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon_accel.c2
-rw-r--r--src/radeon_driver.c4
-rw-r--r--src/radeon_video.c2
3 files changed, 0 insertions, 8 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index 6adb5188..4e240532 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -170,8 +170,6 @@ int radeon_cs_space_remaining(ScrnInfoPtr pScrn)
#undef OUT_ACCEL_REG
#undef FINISH_ACCEL
-#define RADEON_IB_RESERVE (16 * sizeof(uint32_t))
-
void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap)
{
switch(swap) {
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
diff --git a/src/radeon_video.c b/src/radeon_video.c
index 52f78a4b..cdd962b4 100644
--- a/src/radeon_video.c
+++ b/src/radeon_video.c
@@ -16,8 +16,6 @@
#include "xf86.h"
#include "dixstruct.h"
-#include "atipciids.h"
-#include "xf86fbman.h"
/* DPMS */
#ifdef HAVE_XEXTPROTO_71