diff options
author | Ted Jump <[email protected]> | 1999-09-19 09:59:12 +0000 |
---|---|---|
committer | Ted Jump <[email protected]> | 1999-09-19 09:59:12 +0000 |
commit | a63baa3e8dee1d1e879e660c7b2c3636f44f5e11 (patch) | |
tree | 1a8acd99c7317a1f88a4e4e45cd89da89d86393c /src/mesa/drivers/glide | |
parent | 32b20284b8731106a354209721e088fb735393a6 (diff) |
Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT
Diffstat (limited to 'src/mesa/drivers/glide')
-rw-r--r-- | src/mesa/drivers/glide/fxwgl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxwgl.c b/src/mesa/drivers/glide/fxwgl.c index fa6e039a8cc..f7f4bdba515 100644 --- a/src/mesa/drivers/glide/fxwgl.c +++ b/src/mesa/drivers/glide/fxwgl.c @@ -29,7 +29,6 @@ extern "C" { #include <windows.h> #include <GL/gl.h> -#include <GL/glu.h> #ifdef __cplusplus } |