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 | |
parent | 0ccc1367d76f1f40a0410c7c18fe41134cf9a024 (diff) |
trace: Remove unnecessary headers.
-rw-r--r-- | src/gallium/drivers/trace/tr_context.c | 1 | ||||
-rw-r--r-- | src/gallium/drivers/trace/tr_drm.c | 1 |
2 files changed, 0 insertions, 2 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" diff --git a/src/gallium/drivers/trace/tr_drm.c b/src/gallium/drivers/trace/tr_drm.c index 43a4b296de2..9c7d39201a9 100644 --- a/src/gallium/drivers/trace/tr_drm.c +++ b/src/gallium/drivers/trace/tr_drm.c @@ -29,7 +29,6 @@ #include "util/u_memory.h" #include "rbug/rbug_public.h" -#include "tr_screen.h" #include "tr_drm.h" #include "tr_screen.h" #include "tr_public.h" |