summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_keymap.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-25 21:11:54 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-10-25 21:11:54 +0000
commit3a49497f102f2b64a8755d3cf65b7c0386e95aac (patch)
tree7294191a8f52ab3ae567d70bc56e633ab48875b6 /src/gallium/auxiliary/util/u_keymap.c
parent88e08d7c6de89279c737dbf5139492b39f96dc43 (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/util/u_keymap.c')
-rw-r--r--src/gallium/auxiliary/util/u_keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_keymap.c b/src/gallium/auxiliary/util/u_keymap.c
index f856395ca9..c4b9eb3d9b 100644
--- a/src/gallium/auxiliary/util/u_keymap.c
+++ b/src/gallium/auxiliary/util/u_keymap.c
@@ -36,7 +36,7 @@
#include "pipe/p_compiler.h"
#include "util/u_debug.h"
-#include "pipe/p_error.h"
+#include "pipe/p_defines.h"
#include "cso_cache/cso_hash.h"