summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_process.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-12-20 21:11:16 +0100
committerMichal Krol <michal@vmware.com>2009-12-20 21:19:07 +0100
commitd801c296c602d04055b02b3be2f1369bfe1092b7 (patch)
tree64bf10e1d5452e49f0f7dfaabfdece196209b2b1 /src/glsl/pp/sl_pp_process.h
parent5fb345c4221679b8b2d468eb216f9ab1bd4c8ebf (diff)
glsl: Do syntax parsing inline with processing.
Diffstat (limited to 'src/glsl/pp/sl_pp_process.h')
-rw-r--r--src/glsl/pp/sl_pp_process.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/pp/sl_pp_process.h b/src/glsl/pp/sl_pp_process.h
index 31defd911a..fe6ff0d464 100644
--- a/src/glsl/pp/sl_pp_process.h
+++ b/src/glsl/pp/sl_pp_process.h
@@ -28,11 +28,12 @@
#ifndef SL_PP_PROCESS_H
#define SL_PP_PROCESS_H
-#include "sl_pp_context.h"
#include "sl_pp_macro.h"
#include "sl_pp_token.h"
+struct sl_pp_context;
+
struct sl_pp_process_state {
struct sl_pp_token_info *out;
unsigned int out_len;