aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-10-22 17:38:44 +0200
committerNicolai Hähnle <[email protected]>2017-11-09 11:57:22 +0100
commitc50743f61c533fe8bfed0a432ef74fcf6b4cea24 (patch)
tree96ca9e213e95a9f15ce7bcbe620e69f45c352212 /src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
parent222a2fb99859f3ac237def59d40413bb1a464f11 (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_cache.c')
-rw-r--r--src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c1
1 files changed, 0 insertions, 1 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"