From 71a6dea0f56d4c90b5e07de85cbaac26055c9a63 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 14 Aug 2010 01:46:21 -0700 Subject: glsl: Clean up header file inclusion. --- src/glsl/pp/sl_pp_process.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/glsl/pp/sl_pp_process.h') diff --git a/src/glsl/pp/sl_pp_process.h b/src/glsl/pp/sl_pp_process.h index fe6ff0d464..04e9be4398 100644 --- a/src/glsl/pp/sl_pp_process.h +++ b/src/glsl/pp/sl_pp_process.h @@ -28,11 +28,8 @@ #ifndef SL_PP_PROCESS_H #define SL_PP_PROCESS_H -#include "sl_pp_macro.h" -#include "sl_pp_token.h" - - struct sl_pp_context; +struct sl_pp_token_buffer; struct sl_pp_process_state { struct sl_pp_token_info *out; -- cgit v1.2.3