diff options
Diffstat (limited to 'src/mesa/main/enums.c')
-rw-r--r-- | src/mesa/main/enums.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index 695af735fac..3ee2c6fa29b 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -1,8 +1,8 @@ -/* $Id: enums.c,v 1.4 1999/11/08 07:36:44 brianp Exp $ */ +/* $Id: enums.c,v 1.5 1999/11/11 01:22:26 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * * Copyright (C) 1999 Brian Paul All Rights Reserved. * @@ -24,16 +24,14 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef XFree86Server -#include <stdlib.h> -#include <string.h> -#else -#include "GL/xf86glx.h" -#endif -#include "GL/gl.h" +#ifdef PC_HEADER +#include "all.h" +#else +#include "glheader.h" #include "enums.h" -#include "macros.h" +#include "mem.h" +#endif typedef struct { |