X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fprogram%2Fprog_execute.h;h=ef04087301ecb2e26d74cbb95d90523a40c32d7a;hb=7893872a6c46a65d2f12bc0ae6bc4bd61fd3f8a1;hp=3603e3bdddf1d3f8a2a0044e95295f92cd3c37a3;hpb=89e421369c54a8edc4930352e062f03b5c66b886;p=mesa.git diff --git a/src/mesa/program/prog_execute.h b/src/mesa/program/prog_execute.h index 3603e3bdddf..ef04087301e 100644 --- a/src/mesa/program/prog_execute.h +++ b/src/mesa/program/prog_execute.h @@ -26,8 +26,10 @@ #define PROG_EXECUTE_H #include "main/config.h" -#include "main/mtypes.h" +#include "main/glheader.h" +#include "compiler/shader_enums.h" +struct gl_context; typedef void (*FetchTexelLodFunc)(struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda, GLuint unit, GLfloat color[4]);