diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-10-25 21:11:54 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-10-25 21:11:54 +0000 |
commit | 3a49497f102f2b64a8755d3cf65b7c0386e95aac (patch) | |
tree | 7294191a8f52ab3ae567d70bc56e633ab48875b6 /src/gallium/auxiliary/cso_cache | |
parent | 88e08d7c6de89279c737dbf5139492b39f96dc43 (diff) | |
download | external_mesa3d-3a49497f102f2b64a8755d3cf65b7c0386e95aac.zip external_mesa3d-3a49497f102f2b64a8755d3cf65b7c0386e95aac.tar.gz external_mesa3d-3a49497f102f2b64a8755d3cf65b7c0386e95aac.tar.bz2 |
gallium: Move enum pipe_error into p_defines.h.
It's really just another define. No need for its own header.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/cso_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.h b/src/gallium/auxiliary/cso_cache/cso_context.h index b04e98b..69630e9 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.h +++ b/src/gallium/auxiliary/cso_cache/cso_context.h @@ -31,7 +31,7 @@ #include "pipe/p_context.h" #include "pipe/p_state.h" -#include "pipe/p_error.h" +#include "pipe/p_defines.h" #ifdef __cplusplus |