diff options
author | Vinson Lee <vlee@vmware.com> | 2010-09-24 22:53:40 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-09-24 22:53:40 -0700 |
commit | f07ac801b9b5507b46a8e4d8884b822a24573213 (patch) | |
tree | ab2beed4efbae2d3178b9a496daec8cd3597f65b /src/mesa/drivers/dri | |
parent | 80ac94af726e00a7b5e92d7f549caeb0b2d8b166 (diff) |
unichrome: Remove unnecessary header.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_tex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_tex.c b/src/mesa/drivers/dri/unichrome/via_tex.c index 9ae9466c97..e55129c6da 100644 --- a/src/mesa/drivers/dri/unichrome/via_tex.c +++ b/src/mesa/drivers/dri/unichrome/via_tex.c @@ -31,7 +31,6 @@ #include "main/mtypes.h" #include "main/enums.h" #include "main/formats.h" -#include "main/colortab.h" #include "main/context.h" #include "main/mipmap.h" #include "main/mm.h" |