summaryrefslogtreecommitdiff
path: root/src/mesa/main/light.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/light.c
parent787250cc0130a6c72f97078670988e8900c77e95 (diff)
clean-up of header includes (Daryll)
Diffstat (limited to 'src/mesa/main/light.c')
-rw-r--r--src/mesa/main/light.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c
index dbbe618e12..9712866032 100644
--- a/src/mesa/main/light.c
+++ b/src/mesa/main/light.c
@@ -1,4 +1,4 @@
-/* $Id: light.c,v 1.6 1999/10/19 20:32:40 brianp Exp $ */
+/* $Id: light.c,v 1.7 1999/11/08 07:36:44 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -37,10 +37,10 @@
#include <float.h>
#include <math.h>
#include <stdlib.h>
+#include <stdio.h>
#else
#include "GL/xf86glx.h"
#endif
-#include <stdio.h>
#include "context.h"
#include "enums.h"
#include "light.h"