From: Vinson Lee Date: Sat, 31 Jul 2010 21:56:53 +0000 (-0700) Subject: r600g: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fa1af0905ef2f513fe296f1d8e658dbdf24dd74;p=mesa.git r600g: Remove unnecessary header. --- 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;