summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-06-20 03:33:50 +0200
committerMarek Olšák <maraeo@gmail.com>2010-06-20 03:59:31 +0200
commit6e96cfa39a1d6705be6b3fc3bae651ba0450a336 (patch)
treeb95c56437b9cd7567f5ab660844de8e95ae5a20a /src/gallium/drivers/r300/r300_texture.h
parenta916669468f059987eb7662840ac0ddb68534007 (diff)
r300g: cleanup includes
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r--src/gallium/drivers/r300/r300_texture.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h
index ff640c56ee..99e7694254 100644
--- a/src/gallium/drivers/r300/r300_texture.h
+++ b/src/gallium/drivers/r300/r300_texture.h
@@ -23,8 +23,11 @@
#ifndef R300_TEXTURE_H
#define R300_TEXTURE_H
-#include "util/u_format.h"
+#include "pipe/p_format.h"
+struct pipe_screen;
+struct pipe_resource;
+struct winsys_handle;
struct r300_texture;
struct r300_screen;