diff options
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index da765e2fbc0..c044a6adde4 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.119 2001/01/24 04:56:19 brianp Exp $ */ +/* $Id: context.c,v 1.120 2001/02/06 21:42:48 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -51,7 +51,6 @@ #include "state.h" #include "teximage.h" #include "texobj.h" -#include "texture.h" #include "mtypes.h" #include "varray.h" |