gallium: include p_compiler.h instead of p_util.h

This commit is contained in:
Brian 2008-02-27 16:00:04 -07:00
parent 681b78fc60
commit 679b6cf0a0
1 changed files with 1 additions and 1 deletions

View File

@ -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"