diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-01-18 19:23:47 -0800 | 
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-01-18 19:23:47 -0800 | 
| commit | d0125e3c29942ae7a81a66748ea53b402114993d (patch) | |
| tree | 0f689ef3b1fb6e323145be47ac6dfb1e66ca1cc0 /src | |
| parent | ed5a116eb411aed2a2f1986a1effbb8a426b0065 (diff) | |
mesa: Remove unnecessary header from mipmap.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/main/mipmap.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 7350c7a3d2..77cd1d4159 100644 --- a/src/mesa/main/mipmap.c +++ b/src/mesa/main/mipmap.c @@ -30,7 +30,6 @@  #include "imports.h"  #include "formats.h"  #include "mipmap.h" -#include "texcompress.h"  #include "teximage.h"  #include "texstore.h"  #include "image.h" | 
