aboutsummaryrefslogtreecommitdiff
path: root/sys/tests
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:24:00 +0000
commitfdafd315ad0d0f28a11b9fb4476a9ab059c62b92 (patch)
tree406c3dfc5c2c03a457c9908a9787144259a8418b /sys/tests
parent7c43148a974877188a930e4078a164f83da8e652 (diff)
Diffstat (limited to 'sys/tests')
-rw-r--r--sys/tests/callout_test/callout_test.c2
-rw-r--r--sys/tests/epoch/epoch_test.c1
-rw-r--r--sys/tests/framework/kern_testfrwk.c2
3 files changed, 2 insertions, 3 deletions
diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c
index 87b546d4b42b..059d6a728fb6 100644
--- a/sys/tests/callout_test/callout_test.c
+++ b/sys/tests/callout_test/callout_test.c
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
diff --git a/sys/tests/epoch/epoch_test.c b/sys/tests/epoch/epoch_test.c
index e34b5de1c422..4911016a8d82 100644
--- a/sys/tests/epoch/epoch_test.c
+++ b/sys/tests/epoch/epoch_test.c
@@ -24,7 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/proc.h>
diff --git a/sys/tests/framework/kern_testfrwk.c b/sys/tests/framework/kern_testfrwk.c
index 19714fa76f52..19691f1febfc 100644
--- a/sys/tests/framework/kern_testfrwk.c
+++ b/sys/tests/framework/kern_testfrwk.c
@@ -23,7 +23,7 @@
* SUCH DAMAGE.
*
*/
-#include <sys/cdefs.h>
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>