diff options
author | Vinson Lee <[email protected]> | 2010-01-28 18:07:04 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-28 18:07:04 -0800 |
commit | df8273494ed9a92932a19fa3d19f5160dfe30881 (patch) | |
tree | a65bf770888cb5d92798505a15a82eee24be1037 /src/glu/sgi/libutil/mipmap.c | |
parent | 548b9c4ece5acd747b42241dce9db51d9c84dc11 (diff) |
glu/sgi: Remove unnecessary headers.
Diffstat (limited to 'src/glu/sgi/libutil/mipmap.c')
-rw-r--r-- | src/glu/sgi/libutil/mipmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glu/sgi/libutil/mipmap.c b/src/glu/sgi/libutil/mipmap.c index d1fd5a7d724..8e63eaaad77 100644 --- a/src/glu/sgi/libutil/mipmap.c +++ b/src/glu/sgi/libutil/mipmap.c @@ -36,7 +36,6 @@ #include <string.h> #include <limits.h> /* UINT_MAX */ #include <math.h> -#include "gluint.h" typedef union { unsigned char ub[4]; |