diff options
author | Vinson Lee <[email protected]> | 2010-07-31 14:56:53 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 14:56:53 -0700 |
commit | 5fa1af0905ef2f513fe296f1d8e658dbdf24dd74 (patch) | |
tree | 84a90b03e66401b7bf629889647387a6edafe485 /src | |
parent | 245d5a8913f6f4487e837d112a97093c06b639ea (diff) |
r600g: Remove unnecessary header.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r600/r600_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index 96173b0ed6e..3725bf85609 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -33,7 +33,6 @@ #include "r600_screen.h" #include "r600_context.h" #include "r600_resource.h" -#include "r600d.h" extern struct u_resource_vtbl r600_texture_vtbl; |