util: Include missing headers in u_tile.h.

Include p_format.h for enum pipe_format symbol.
Include p_state.h for pipe_box symbol.
This commit is contained in:
Vinson Lee
2010-08-25 22:41:20 -07:00
parent c65c86cfe7
commit 58cfbd697d
+3
View File
@@ -29,7 +29,10 @@
#define P_TILE_H
#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
#include "pipe/p_state.h"
struct pipe_context;
struct pipe_transfer;
/**