From: Vinson Lee Date: Sat, 25 Dec 2010 02:27:55 +0000 (-0800) Subject: st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=499c77edf1ce9be6ba82da7169e4d8c731cd1604;p=mesa.git st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. --- diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.h b/src/mesa/state_tracker/st_mesa_to_tgsi.h index 9bfd4960b60..0615e52ef62 100644 --- a/src/mesa/state_tracker/st_mesa_to_tgsi.h +++ b/src/mesa/state_tracker/st_mesa_to_tgsi.h @@ -29,18 +29,20 @@ #ifndef ST_MESA_TO_TGSI_H #define ST_MESA_TO_TGSI_H -#include "main/mtypes.h" - -#include "pipe/p_compiler.h" - -struct ureg_program; - #if defined __cplusplus extern "C" { #endif -struct tgsi_token; +#include "main/glheader.h" + +#include "pipe/p_compiler.h" +#include "pipe/p_defines.h" + +struct gl_context; struct gl_program; +struct tgsi_token; +struct ureg_program; + enum pipe_error st_translate_mesa_program(