diff options
author | 2018-06-04 09:25:16 +0000 | |
---|---|---|
committer | 2018-06-04 09:25:16 +0000 | |
commit | 913dfed052193c0c5347b77e21fdb7688adb44cd (patch) | |
tree | b5d3e94ffc09b59c89fbd2d45e36db93f3502945 | |
parent | Remove unused include. (diff) | |
download | wireguard-openbsd-913dfed052193c0c5347b77e21fdb7688adb44cd.tar.xz wireguard-openbsd-913dfed052193c0c5347b77e21fdb7688adb44cd.zip |
Remove unused/commented out includes.
-rw-r--r-- | sys/arch/armv7/sunxi/sxitimer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/armv7/sunxi/sxitimer.c b/sys/arch/armv7/sunxi/sxitimer.c index 65d455adaeb..21cf51da690 100644 --- a/sys/arch/armv7/sunxi/sxitimer.c +++ b/sys/arch/armv7/sunxi/sxitimer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sxitimer.c,v 1.11 2017/09/08 05:36:51 deraadt Exp $ */ +/* $OpenBSD: sxitimer.c,v 1.12 2018/06/04 09:25:16 kettenis Exp $ */ /* * Copyright (c) 2007,2009 Dale Rahn <drahn@openbsd.org> * Copyright (c) 2013 Raphael Graf <r@undefined.ch> @@ -32,9 +32,7 @@ #include <machine/fdt.h> #include <machine/intr.h> -#include <armv7/armv7/armv7var.h> #include <dev/fdt/sunxireg.h> -/* #include <armv7/sunxi/sxipiovar.h> */ #include <dev/ofw/openfirm.h> #include <dev/ofw/fdt.h> |