tgsi: Remove tgsi_version token.
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_iterate.c
index 5371a88b96410f58e3443a1ee1824d0b413844a1..7b384f5e12a44810ba03f11f148def8d4c8f1328 100644 (file)
@@ -25,7 +25,7 @@
  * 
  **************************************************************************/
 
-#include "pipe/p_debug.h"
+#include "util/u_debug.h"
 #include "tgsi_iterate.h"
 
 boolean
@@ -39,7 +39,6 @@ tgsi_iterate_shader(
       return FALSE;
 
    ctx->processor = parse.FullHeader.Processor;
-   ctx->version = parse.FullVersion.Version;
 
    if (ctx->prolog)
       if (!ctx->prolog( ctx ))