From: Brian Date: Wed, 27 Feb 2008 23:00:04 +0000 (-0700) Subject: gallium: include p_compiler.h instead of p_util.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=679b6cf0a0e662513c8d7732049c44916e0e9e86;p=mesa.git gallium: include p_compiler.h instead of p_util.h --- diff --git a/src/gallium/auxiliary/tgsi/util/tgsi_scan.h b/src/gallium/auxiliary/tgsi/util/tgsi_scan.h index 563ee900fa5..0530bc6b510 100644 --- a/src/gallium/auxiliary/tgsi/util/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/util/tgsi_scan.h @@ -29,7 +29,7 @@ #define TGSI_SCAN_H -#include "pipe/p_util.h" +#include "pipe/p_compiler.h" #include "pipe/p_state.h" #include "pipe/p_shader_tokens.h"