From: Vinson Lee Date: Sat, 25 Dec 2010 04:11:44 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_fog.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d5f5d3843641e42c5f8cf0a4b6db0b03aecdf19;p=mesa.git swrast: Clean up header file inclusion in s_fog.h. --- diff --git a/src/mesa/swrast/s_fog.h b/src/mesa/swrast/s_fog.h index ebc3513f496..9f93b705084 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);