Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Don't need <sys/queue.h> here.



details:   https://anonhg.NetBSD.org/src/rev/98c4d9b46b81
branches:  trunk
changeset: 446905:98c4d9b46b81
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 24 21:40:48 2018 +0000

description:
Don't need <sys/queue.h> here.

diffstat:

 sys/sys/threadpool.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8143fe9ec59c -r 98c4d9b46b81 sys/sys/threadpool.h
--- a/sys/sys/threadpool.h      Mon Dec 24 21:27:37 2018 +0000
+++ b/sys/sys/threadpool.h      Mon Dec 24 21:40:48 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: threadpool.h,v 1.1 2018/12/24 16:58:54 thorpej Exp $   */
+/*     $NetBSD: threadpool.h,v 1.2 2018/12/24 21:40:48 thorpej Exp $   */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -39,7 +39,6 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/mutex.h>
-#include <sys/queue.h>
 
 typedef struct threadpool threadpool_t;
 typedef struct threadpool_percpu threadpool_percpu_t;



Home | Main Index | Thread Index | Old Index