summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-05-24 17:20:24 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-05-24 17:20:24 +0000
commit1a14e33b3918ed96f5be635cf0c8e00f06399825 (patch)
tree310441edbd27febda247e7592238a09e3345422f /lib
parent4f550e10ad59463371fe84cf2817771348343308 (diff)
Delete superfluous/duplicated #includes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/arch/arm/sys/tfork_thread.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/arch/arm/sys/tfork_thread.S b/lib/libc/arch/arm/sys/tfork_thread.S
index d772458abc9..9d7b76e8e19 100644
--- a/lib/libc/arch/arm/sys/tfork_thread.S
+++ b/lib/libc/arch/arm/sys/tfork_thread.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: tfork_thread.S,v 1.6 2020/10/19 17:57:40 naddy Exp $ */
+/* $OpenBSD: tfork_thread.S,v 1.7 2022/05/24 17:20:23 guenther Exp $ */
/*
* Copyright (c) 2005 Dale Rahn <drahn@openbsd.org>
*
@@ -14,8 +14,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/syscall.h>
-#include <machine/asm.h>
+
#include "SYS.h"
/*