diff options
author | kem <kem> | 2000-02-22 15:37:57 +0000 |
---|---|---|
committer | kem <kem> | 2000-02-22 15:37:57 +0000 |
commit | 3033c9bfc1f7d29d3c87214d33cb9c5a5bbd22f9 (patch) | |
tree | a0726451c24e98fda169a2528118b7b2315d3ca7 /xc/extras/Mesa/src/vector.c | |
parent | aaf0250c05ea51b0b850b2b4675d611faccb0fe7 (diff) |
Import of XFree86 3.9.18X_3_9_18
Diffstat (limited to 'xc/extras/Mesa/src/vector.c')
-rw-r--r-- | xc/extras/Mesa/src/vector.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/xc/extras/Mesa/src/vector.c b/xc/extras/Mesa/src/vector.c index 0ae51a57f..b63b8df69 100644 --- a/xc/extras/Mesa/src/vector.c +++ b/xc/extras/Mesa/src/vector.c @@ -1,8 +1,7 @@ -/* $Id: vector.c,v 1.1.1.1 2000/01/06 13:27:09 faith Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * * Copyright (C) 1999 Brian Paul All Rights Reserved. * @@ -29,15 +28,17 @@ */ -#ifndef XFree86Server -#include <stdlib.h> -#include <stdio.h> +#ifdef PC_HEADER +#include "all.h" #else -#include "GL/xf86glx.h" -#endif +#include "glheader.h" #include "config.h" #include "macros.h" +#include "mem.h" #include "vector.h" +#endif + + static const GLubyte elem_bits[4] = { VEC_DIRTY_0, |