diff options
author | Ben Crossman <bencrossman@freedesktop.org> | 2005-04-14 16:58:25 +0000 |
---|---|---|
committer | Ben Crossman <bencrossman@freedesktop.org> | 2005-04-14 16:58:25 +0000 |
commit | b2b01a60dbba4ebd130898509c14ca80a847a679 (patch) | |
tree | 2e82d913496c2d9568fc15813deed2a532500158 /src/mesa/drivers/windows/gldirect/mesasw | |
parent | 60e2810ae45b358699e6db0ddc95e0a4c1f45338 (diff) |
Some initial compile fixes. Still some left and warnings that need fixing. No where near runnable yet.
Diffstat (limited to 'src/mesa/drivers/windows/gldirect/mesasw')
-rw-r--r-- | src/mesa/drivers/windows/gldirect/mesasw/gld_wgl_mesasw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/windows/gldirect/mesasw/gld_wgl_mesasw.c b/src/mesa/drivers/windows/gldirect/mesasw/gld_wgl_mesasw.c index 0a5957b5a4..b4e4029b23 100644 --- a/src/mesa/drivers/windows/gldirect/mesasw/gld_wgl_mesasw.c +++ b/src/mesa/drivers/windows/gldirect/mesasw/gld_wgl_mesasw.c @@ -49,7 +49,7 @@ #include "macros.h" #include "matrix.h" // #include "mem.h" -#include "mmath.h" +//#include "mmath.h" #include "mtypes.h" #include "texformat.h" #include "texstore.h" |