diff options
author | 2021-03-25 04:12:00 +0000 | |
---|---|---|
committer | 2021-03-25 04:12:00 +0000 | |
commit | a4a50d9633ad5d32f291ac2e2a431b18d1120b73 (patch) | |
tree | da891f488108adbe6b6b73f540e1aa7d821bba1b /sys/arch/arm/cortex/arml2cc.c | |
parent | Sync correct ROUNDUP() from net/route.c (diff) | |
download | wireguard-openbsd-a4a50d9633ad5d32f291ac2e2a431b18d1120b73.tar.xz wireguard-openbsd-a4a50d9633ad5d32f291ac2e2a431b18d1120b73.zip |
remove uneeded includes in md armv7 files
based on include-what-you-use suggestions
Diffstat (limited to 'sys/arch/arm/cortex/arml2cc.c')
-rw-r--r-- | sys/arch/arm/cortex/arml2cc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/arm/cortex/arml2cc.c b/sys/arch/arm/cortex/arml2cc.c index 8c75cbba511..95efc216cd7 100644 --- a/sys/arch/arm/cortex/arml2cc.c +++ b/sys/arch/arm/cortex/arml2cc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arml2cc.c,v 1.5 2016/08/22 01:42:00 jsg Exp $ */ +/* $OpenBSD: arml2cc.c,v 1.6 2021/03/25 04:12:01 jsg Exp $ */ /* * Copyright (c) 2013 Patrick Wildt <patrick@blueri.se> * @@ -17,12 +17,7 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/queue.h> -#include <sys/malloc.h> #include <sys/device.h> -#include <sys/evcount.h> -#include <sys/socket.h> -#include <sys/timeout.h> #include <machine/intr.h> #include <machine/bus.h> #include <arm/cpufunc.h> |