diff options
author | Michal Krol <[email protected]> | 2009-09-18 11:19:25 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-18 11:19:25 +0200 |
commit | 95956bb8cb9513c429b9749426720be94f4cf5a8 (patch) | |
tree | ec7396e2766d2f5b415d3224f8c28bcc5a80ebe3 /src/glsl/pp/sl_pp_token.h | |
parent | 2a661c383fee65bc4413541e706925fa3e9b9cf5 (diff) |
glsl/pp: Define a public interface for external modules.
Make sl_pp_context struct opaque.
Move all public declarations to sl_pp_public.h.
Diffstat (limited to 'src/glsl/pp/sl_pp_token.h')
-rw-r--r-- | src/glsl/pp/sl_pp_token.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/pp/sl_pp_token.h b/src/glsl/pp/sl_pp_token.h index 59019593839..4131be6bdad 100644 --- a/src/glsl/pp/sl_pp_token.h +++ b/src/glsl/pp/sl_pp_token.h @@ -28,8 +28,6 @@ #ifndef SL_PP_TOKEN_H #define SL_PP_TOKEN_H -#include "sl_pp_context.h" - enum sl_pp_token { SL_PP_WHITESPACE, |