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_resource.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_resource.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.c b/src/gallium/drivers/r600/r600_resource.c index 5e637f64a4a..5962f8ac199 100644 --- a/src/gallium/drivers/r600/r600_resource.c +++ b/src/gallium/drivers/r600/r600_resource.c @@ -22,6 +22,7 @@ */ #include "r600_pipe.h" +#include "evergreen_compute.h" static struct pipe_resource *r600_resource_create(struct pipe_screen *screen, const struct pipe_resource *templ) |