summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-08 07:36:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-08 07:36:43 +0000
commit327c69127cf6203681d418a76186f70cc71b9212 (patch)
treeafe558bcc8862b3f703bac3c8f9bcdb7e02339ae /src/mesa/main/blend.c
parent787250cc0130a6c72f97078670988e8900c77e95 (diff)
clean-up of header includes (Daryll)
Diffstat (limited to 'src/mesa/main/blend.c')
-rw-r--r--src/mesa/main/blend.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c
index a8365a5e32..fb5336a816 100644
--- a/src/mesa/main/blend.c
+++ b/src/mesa/main/blend.c
@@ -1,4 +1,4 @@
-/* $Id: blend.c,v 1.5 1999/10/21 12:26:21 brianp Exp $ */
+/* $Id: blend.c,v 1.6 1999/11/08 07:36:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -29,8 +29,8 @@
#ifdef PC_HEADER
#include "all.h"
#else
-#include <stdio.h>
#ifndef XFree86Server
+#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#else
@@ -44,9 +44,6 @@
#include "pb.h"
#include "span.h"
#include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
#endif