diff options
author | Vinson Lee <[email protected]> | 2010-05-13 01:18:35 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-13 01:18:35 -0700 |
commit | 65e82f04045a5d5e4c3ff43c422a99962a620f8d (patch) | |
tree | 12bb7b72110c3aa478774d92069cd68d300141b0 /src/gallium/drivers/trace/tr_context.c | |
parent | 0ccc1367d76f1f40a0410c7c18fe41134cf9a024 (diff) |
trace: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/trace/tr_context.c')
-rw-r--r-- | src/gallium/drivers/trace/tr_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/tr_context.c b/src/gallium/drivers/trace/tr_context.c index 93af51a0d71..5b86083f569 100644 --- a/src/gallium/drivers/trace/tr_context.c +++ b/src/gallium/drivers/trace/tr_context.c @@ -28,7 +28,6 @@ #include "util/u_inlines.h" #include "util/u_memory.h" #include "util/u_simple_list.h" -#include "util/u_format.h" #include "pipe/p_format.h" #include "pipe/p_screen.h" |