summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-12 23:52:51 +1000
committerDave Airlie <airlied@redhat.com>2009-02-12 23:52:51 +1000
commitdc8a707c672918b88dd4135930bef60ed148d8ce (patch)
treed26d8a49ae9202b389e6cfa690166d15418c2b7f /src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
parent8cb16e6daff40bbfd7b63a43da72862226a4a164 (diff)
radeon/r200/r300: make build with out libdrm_radeon installed for now
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c b/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
index 323726c574..c21d297b22 100644
--- a/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
+++ b/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
@@ -34,8 +34,6 @@
#include "main/texcompress.h"
#include "main/texformat.h"
-#include "radeon_buffer.h"
-
static GLuint radeon_compressed_texture_size(GLcontext *ctx,
GLsizei width, GLsizei height, GLsizei depth,
GLuint mesaFormat)