From 7d5f5d3843641e42c5f8cf0a4b6db0b03aecdf19 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 24 Dec 2010 20:11:44 -0800 Subject: swrast: Clean up header file inclusion in s_fog.h. --- src/mesa/swrast/s_fog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_fog.h b/src/mesa/swrast/s_fog.h index ebc3513f49..9f93b70508 100644 --- a/src/mesa/swrast/s_fog.h +++ b/src/mesa/swrast/s_fog.h @@ -28,9 +28,10 @@ #define S_FOG_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "s_span.h" +struct gl_context; extern GLfloat _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z); -- cgit v1.2.3