diff options
author | Nicolai Hähnle <[email protected]> | 2017-10-22 17:38:44 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-11-09 11:57:22 +0100 |
commit | c50743f61c533fe8bfed0a432ef74fcf6b4cea24 (patch) | |
tree | 96ca9e213e95a9f15ce7bcbe620e69f45c352212 /src/gallium/auxiliary/pipebuffer | |
parent | 222a2fb99859f3ac237def59d40413bb1a464f11 (diff) |
gallium: remove unused and deprecated u_time.h
Cc: Jose Fonseca <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer')
4 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c index d22c24e6755..24831f60948 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c @@ -39,7 +39,6 @@ #include "os/os_thread.h" #include "util/u_memory.h" #include "util/list.h" -#include "util/u_time.h" #include "pb_buffer.h" #include "pb_bufmgr.h" diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c index df233c39878..3c83de80375 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c @@ -39,7 +39,6 @@ #include "util/u_math.h" #include "util/u_memory.h" #include "util/list.h" -#include "util/u_time.h" #include "util/u_debug_stack.h" #include <inttypes.h> diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c index dbecf15903d..5cf707164ff 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c @@ -42,7 +42,6 @@ #include "pipe/p_defines.h" #include "util/u_memory.h" #include "util/list.h" -#include "util/u_time.h" #include "pb_buffer.h" #include "pb_bufmgr.h" diff --git a/src/gallium/auxiliary/pipebuffer/pb_cache.c b/src/gallium/auxiliary/pipebuffer/pb_cache.c index 9b75ff0c1ac..b67e54b6b52 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_cache.c +++ b/src/gallium/auxiliary/pipebuffer/pb_cache.c @@ -28,7 +28,7 @@ #include "pb_cache.h" #include "util/u_memory.h" -#include "util/u_time.h" +#include "util/os_time.h" /** |