summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_texture.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2013-03-01 15:32:46 +0100
committerMarek Olšák <maraeo@gmail.com>2013-03-11 13:43:36 +0100
commit2ca73bc7f7a2983556b132395c73739a01f167b5 (patch)
treedae09737ce9b2d88af374ccce535b807e68d4788 /src/gallium/drivers/r600/r600_texture.c
parent43d3e0cd3d0d5b557223a2330f490de43e5d6a90 (diff)
downloadexternal_mesa3d-2ca73bc7f7a2983556b132395c73739a01f167b5.zip
external_mesa3d-2ca73bc7f7a2983556b132395c73739a01f167b5.tar.gz
external_mesa3d-2ca73bc7f7a2983556b132395c73739a01f167b5.tar.bz2
r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/drivers/r600/r600_texture.c')
-rw-r--r--src/gallium/drivers/r600/r600_texture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c
index aefc40f..1c071cb 100644
--- a/src/gallium/drivers/r600/r600_texture.c
+++ b/src/gallium/drivers/r600/r600_texture.c
@@ -25,6 +25,7 @@
* Corbin Simpson
*/
#include "r600_formats.h"
+#include "evergreen_compute.h"
#include "r600d.h"
#include <errno.h>