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/pb_bufmgr_slab.c | |
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/pb_bufmgr_slab.c')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |