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_public.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/glsl/pp/sl_pp_public.h') diff --git a/src/glsl/pp/sl_pp_public.h b/src/glsl/pp/sl_pp_public.h index ca6f722543d..66ced6cf589 100644 --- a/src/glsl/pp/sl_pp_public.h +++ b/src/glsl/pp/sl_pp_public.h @@ -28,13 +28,9 @@ #ifndef SL_PP_PUBLIC_H #define SL_PP_PUBLIC_H - struct sl_pp_context; - - -#include "sl_pp_purify.h" -#include "sl_pp_token.h" - +struct sl_pp_purify_options; +struct sl_pp_token_info; struct sl_pp_context * sl_pp_context_create(const char *input, -- cgit v1.2.3