Module: Mesa Branch: glsl-pp-rework-1 Commit: f768993d9fc5f1f853f5fcff8805204547a9a0cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f768993d9fc5f1f853f5fcff8805204547a9a0cc
Author: Michal Krol <[email protected]> Date: Mon Jun 15 10:44:57 2009 +0200 glsl: Remove bogus sl_pp_directive.h include. --- src/glsl/pp/sl_pp_token.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/glsl/pp/sl_pp_token.c b/src/glsl/pp/sl_pp_token.c index 6402c6a..4001fe5 100644 --- a/src/glsl/pp/sl_pp_token.c +++ b/src/glsl/pp/sl_pp_token.c @@ -26,7 +26,6 @@ **************************************************************************/ #include <stdlib.h> -#include "sl_pp_directive.h" #include "sl_pp_token.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
