diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-28 18:07:04 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-28 18:07:04 -0800 |
commit | 55344ac6b641135b7c88a1f19d3a13eae5b54cc2 (patch) | |
tree | ff7fa28a7264249aa4316420a83c264401bd59f7 /src/libutil | |
parent | e688e73d3d6353e6a177813ab860f000298e528e (diff) | |
download | glu-55344ac6b641135b7c88a1f19d3a13eae5b54cc2.tar.gz |
glu/sgi: Remove unnecessary headers.
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/error.c | 2 | ||||
-rw-r--r-- | src/libutil/mipmap.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/libutil/error.c b/src/libutil/error.c index e734818..7212748 100644 --- a/src/libutil/error.c +++ b/src/libutil/error.c @@ -31,8 +31,6 @@ #include "gluos.h" #include "gluint.h" #include <GL/glu.h> -#include <stdio.h> -#include <stdlib.h> struct token_string diff --git a/src/libutil/mipmap.c b/src/libutil/mipmap.c index d1fd5a7..8e63eaa 100644 --- a/src/libutil/mipmap.c +++ b/src/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]; |