[Mesa-dev] [PATCH 4/4] gallium/util: remove unused header from u_queue.c
Timothy Arceri
tarceri at itsqueeze.com
Mon Mar 6 00:58:29 UTC 2017
---
src/gallium/auxiliary/util/u_queue.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gallium/auxiliary/util/u_queue.c b/src/gallium/auxiliary/util/u_queue.c
index 9565c53..bb63a6b 100644
--- a/src/gallium/auxiliary/util/u_queue.c
+++ b/src/gallium/auxiliary/util/u_queue.c
@@ -20,21 +20,20 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* The above copyright notice and this permission notice (including the
* next paragraph) shall be included in all copies or substantial portions
* of the Software.
*/
#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);
/****************************************************************************
* Wait for all queues to assert idle when exit() is called.
*
* Otherwise, C++ static variable destructors can be called while threads
* are using the static variables.
*/
--
2.9.3
More information about the mesa-dev
mailing list