diff options
author | Vinson Lee <vlee@vmware.com> | 2010-02-03 22:40:58 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-02-03 22:42:02 -0800 |
commit | c28dd492cd4f44f11de17f3b4fe569d3665736ca (patch) | |
tree | d9eb8ff87b17fc13fa135b7944aeacf197177a8c /src/gallium/auxiliary | |
parent | 9a3de505dc5377a47a6ccb29fe60343feb2f5b14 (diff) |
util: Remove unnecessary header.
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_keymap.c b/src/gallium/auxiliary/util/u_keymap.c index c4b9eb3d9b..e161ccd88e 100644 --- a/src/gallium/auxiliary/util/u_keymap.c +++ b/src/gallium/auxiliary/util/u_keymap.c @@ -36,7 +36,6 @@ #include "pipe/p_compiler.h" #include "util/u_debug.h" -#include "pipe/p_defines.h" #include "cso_cache/cso_hash.h" |