diff options
author | Gareth Hughes <[email protected]> | 2001-03-29 03:41:39 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-29 03:41:39 +0000 |
commit | 8e48a232fe48e4b6855cecb1d02363fb142365ae (patch) | |
tree | 16a1a587f9eb9f975a644536ad507f069dcb0d0f /src/mesa/x86 | |
parent | c41edfb7c4d5445f95c057184ccb002d9fc40061 (diff) |
Make generation of matypes.h more transparent.
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/gen_matypes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c index 990034fdf61..d92a54f4d89 100644 --- a/src/mesa/x86/gen_matypes.c +++ b/src/mesa/x86/gen_matypes.c @@ -1,4 +1,4 @@ -/* $Id: gen_matypes.c,v 1.1 2001/03/28 20:44:44 gareth Exp $ */ +/* $Id: gen_matypes.c,v 1.2 2001/03/29 03:41:40 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -38,7 +38,6 @@ #include "all.h" #else #include "glheader.h" -#include "context.h" #include "mtypes.h" #include "tnl/t_context.h" #endif |