summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_public.h
diff options
context:
space:
mode:
authorVinson Lee <[email protected]>2010-08-14 01:46:21 -0700
committerVinson Lee <[email protected]>2010-08-14 01:46:21 -0700
commit71a6dea0f56d4c90b5e07de85cbaac26055c9a63 (patch)
tree4a1081daec0c5774c3566173a44e20c234a69948 /src/glsl/pp/sl_pp_public.h
parentd75eac5db16d29351501737d91a4d97632a2ad36 (diff)
glsl: Clean up header file inclusion.
Diffstat (limited to 'src/glsl/pp/sl_pp_public.h')
-rw-r--r--src/glsl/pp/sl_pp_public.h8
1 files changed, 2 insertions, 6 deletions
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,