diff options
author | Michal Krol <[email protected]> | 2009-09-16 19:24:50 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-16 19:24:50 +0200 |
commit | eeb5202e5ddf1cc95c35d46fd425afd0695b85bb (patch) | |
tree | bdf22a4858cf54bb46c9766dcc3443deca016a1a /src/mesa/shader/grammar/grammar_mesa.h | |
parent | 0f302b60fd6d43a47e208979d0677e09f4a802fc (diff) |
slang: Invoke the preprocessor from withing the slang compiler.
This allows us to validate the shader version number.
Diffstat (limited to 'src/mesa/shader/grammar/grammar_mesa.h')
-rw-r--r-- | src/mesa/shader/grammar/grammar_mesa.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/shader/grammar/grammar_mesa.h b/src/mesa/shader/grammar/grammar_mesa.h index 7f4370f32d0..20d13da8381 100644 --- a/src/mesa/shader/grammar/grammar_mesa.h +++ b/src/mesa/shader/grammar/grammar_mesa.h @@ -27,10 +27,6 @@ #include "../../glsl/pp/sl_pp_context.h" -#include "../../glsl/pp/sl_pp_purify.h" -#include "../../glsl/pp/sl_pp_version.h" -#include "../../glsl/pp/sl_pp_process.h" - #include "main/imports.h" /* NOTE: include Mesa 3-D specific headers here */ |