diff options
author | Brian <brian@i915.localnet.net> | 2008-02-27 16:00:04 -0700 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2008-02-27 16:00:04 -0700 |
commit | 679b6cf0a0e662513c8d7732049c44916e0e9e86 (patch) | |
tree | d08ffc76f9d6108bb39125c95154f1d256da0be0 | |
parent | 681b78fc60b2e60cf9f84802932bf9d2defd28c2 (diff) |
gallium: include p_compiler.h instead of p_util.h
-rw-r--r-- | src/gallium/auxiliary/tgsi/util/tgsi_scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/util/tgsi_scan.h b/src/gallium/auxiliary/tgsi/util/tgsi_scan.h index 563ee900fa..0530bc6b51 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" |