diff options
author | Vinson Lee <vlee@vmware.com> | 2010-06-03 17:29:59 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-06-03 17:29:59 -0700 |
commit | 9cdcabbb2b994605e231be266789035d05948dd5 (patch) | |
tree | 379db699f223c1761249c139e500411e84686d30 /src/gallium/drivers/nv50 | |
parent | 16009b6a404b28ccb41f5d2c95d2a519eebef176 (diff) |
nv50: Remove unnecessary header.
Diffstat (limited to 'src/gallium/drivers/nv50')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_surface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_surface.c b/src/gallium/drivers/nv50/nv50_surface.c index 5535610e0a2..814921f7645 100644 --- a/src/gallium/drivers/nv50/nv50_surface.c +++ b/src/gallium/drivers/nv50/nv50_surface.c @@ -29,7 +29,6 @@ #include "util/u_inlines.h" #include "util/u_pack_color.h" -#include "util/u_tile.h" #include "util/u_format.h" /* return TRUE for formats that can be converted among each other by NV50_2D */ |