diff options
author | Marek Olšák <[email protected]> | 2013-03-01 15:32:46 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-03-11 13:43:36 +0100 |
commit | 2ca73bc7f7a2983556b132395c73739a01f167b5 (patch) | |
tree | dae09737ce9b2d88af374ccce535b807e68d4788 /src/gallium/drivers/r600/r600_texture.c | |
parent | 43d3e0cd3d0d5b557223a2330f490de43e5d6a90 (diff) |
r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_texture.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_texture.c | 1 |
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 aefc40fca17..1c071cb2b74 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> |