diff options
author | José Fonseca <[email protected]> | 2009-10-25 21:11:54 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-25 21:11:54 +0000 |
commit | 3a49497f102f2b64a8755d3cf65b7c0386e95aac (patch) | |
tree | 7294191a8f52ab3ae567d70bc56e633ab48875b6 /src/gallium/auxiliary/pipebuffer/pb_validate.c | |
parent | 88e08d7c6de89279c737dbf5139492b39f96dc43 (diff) |
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/pipebuffer/pb_validate.c')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_validate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_validate.c b/src/gallium/auxiliary/pipebuffer/pb_validate.c index 150fd506181..ce40c0cf0e6 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_validate.c +++ b/src/gallium/auxiliary/pipebuffer/pb_validate.c @@ -34,7 +34,7 @@ #include "pipe/p_compiler.h" -#include "pipe/p_error.h" +#include "pipe/p_defines.h" #include "util/u_memory.h" #include "util/u_debug.h" |