diff options
author | Marek Olšák <[email protected]> | 2012-03-05 15:17:00 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-03-05 15:57:32 +0100 |
commit | 330b6c85c961b32f704ce8ec7dbf8cb7fc0b80a8 (patch) | |
tree | 77bca6690f239ea6d0337fdcc24a93cd3707743f /src/gallium/drivers/r600/r600_resource.h | |
parent | 6f50d3d19d769d5ef1a212e6f17d4b296dd77be3 (diff) |
r600g: cleanup includes
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 425222381d3..15b706dc3b8 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -23,8 +23,7 @@ #ifndef R600_RESOURCE_H #define R600_RESOURCE_H -#include "util/u_transfer.h" -#include "util/u_vbuf.h" +#include "r600.h" /* flag to indicate a resource is to be used as a transfer so should not be tiled */ #define R600_RESOURCE_FLAG_TRANSFER PIPE_RESOURCE_FLAG_DRV_PRIV |