summaryrefslogtreecommitdiff
path: root/src/mesa/shader/grammar/grammar_mesa.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-09-16 19:24:50 +0200
committerMichal Krol <michal@vmware.com>2009-09-16 19:24:50 +0200
commiteeb5202e5ddf1cc95c35d46fd425afd0695b85bb (patch)
treebdf22a4858cf54bb46c9766dcc3443deca016a1a /src/mesa/shader/grammar/grammar_mesa.h
parent0f302b60fd6d43a47e208979d0677e09f4a802fc (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.h4
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 7f4370f32d..20d13da838 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 */