diff options
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c b/xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c index d274410ea..329911bdc 100644 --- a/xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c +++ b/xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_vtxfmt.c,v 1.1 2002/02/22 21:32:59 dawes Exp $ +/* $XFree86$ * * GLX Hardware Device Driver for Sun Creator/Creator3D * Copyright (C) 2001 David S. Miller @@ -30,7 +30,7 @@ #include "context.h" #include "light.h" #include "macros.h" -#include "mem.h" +#include "imports.h" #include "mmath.h" #include "mtypes.h" #include "simple_list.h" |