diff options
author | Vinson Lee <vlee@vmware.com> | 2010-03-14 15:38:04 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-03-14 15:38:04 -0700 |
commit | 08cddfe2912ec6f8cb2a54dfa5ae12f755e549f8 (patch) | |
tree | 12c830dd93fa743fe662b6ec792ffe4eff9dd2e4 | |
parent | 41eab95b3bc29a4fe6fd08b7f1f80cef5bdc097f (diff) |
svga: Remove unnecessary header.
-rw-r--r-- | src/gallium/drivers/svga/svga_screen_texture.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_screen_texture.c b/src/gallium/drivers/svga/svga_screen_texture.c index 107e4a3962..4a058eda88 100644 --- a/src/gallium/drivers/svga/svga_screen_texture.c +++ b/src/gallium/drivers/svga/svga_screen_texture.c @@ -41,8 +41,6 @@ #include "svga_debug.h" #include "svga_screen_buffer.h" -#include <util/u_string.h> - /* XXX: This isn't a real hardware flag, but just a hack for kernel to * know about primary surfaces. Find a better way to accomplish this. |