From: Vinson Lee Date: Sat, 18 Dec 2010 09:16:53 +0000 (-0800) Subject: mesa: Clean up header file inclusion in prog_statevars.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=488e994ba977dc363a5b0a8b657d93a46ade7da2;p=mesa.git mesa: Clean up header file inclusion in prog_statevars.h. --- diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h index 009ebde0012..f2407af9c87 100644 --- a/src/mesa/program/prog_statevars.h +++ b/src/mesa/program/prog_statevars.h @@ -25,8 +25,10 @@ #ifndef PROG_STATEVARS_H #define PROG_STATEVARS_H -#include "main/mtypes.h" +#include "main/glheader.h" +struct gl_context; +struct gl_program_parameter_list; /** * Number of STATE_* values we need to address any GL state.