diff options
author | Timothy Arceri <[email protected]> | 2017-03-06 11:58:29 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-07 09:12:16 +1100 |
commit | 7eb85b820440b38ccf6491aabdcf68cac112e0fc (patch) | |
tree | 52cb2da5d621569e86e5d88fcde68c6edfdb6fe5 /src/gallium/auxiliary | |
parent | 60a2c2507d4df92fcc56d9772a427ef9638757f2 (diff) |
gallium/util: remove unused header from u_queue.c
Reviewed-by: Plamena Manolova <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_queue.c b/src/gallium/auxiliary/util/u_queue.c index 9565c538260..bb63a6ba081 100644 --- a/src/gallium/auxiliary/util/u_queue.c +++ b/src/gallium/auxiliary/util/u_queue.c @@ -27,7 +27,6 @@ #include "u_queue.h" #include "u_memory.h" #include "u_string.h" -#include "os/os_time.h" static void util_queue_killall_and_wait(struct util_queue *queue); |