Module Name: src
Committed By: thorpej
Date: Mon Dec 24 21:40:48 UTC 2018
Modified Files:
src/sys/sys: threadpool.h
Log Message:
Don't need <sys/queue.h> here.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/threadpool.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/threadpool.h
diff -u src/sys/sys/threadpool.h:1.1 src/sys/sys/threadpool.h:1.2
--- src/sys/sys/threadpool.h:1.1 Mon Dec 24 16:58:54 2018
+++ src/sys/sys/threadpool.h Mon Dec 24 21:40:48 2018
@@ -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;