diff options
Diffstat (limited to 'src/mesa/math/m_debug_clip.c')
-rw-r--r-- | src/mesa/math/m_debug_clip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c index 40230605b4c..b6d4a0cd4a6 100644 --- a/src/mesa/math/m_debug_clip.c +++ b/src/mesa/math/m_debug_clip.c @@ -1,4 +1,4 @@ -/* $Id: m_debug_clip.c,v 1.2 2002/06/29 19:48:17 brianp Exp $ */ +/* $Id: m_debug_clip.c,v 1.3 2002/10/24 23:57:24 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -30,7 +30,7 @@ #include "glheader.h" #include "context.h" #include "macros.h" -#include "mem.h" +#include "imports.h" #include "m_matrix.h" #include "m_xform.h" |