Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Remove unnecessary <sys/systm.h> include



details:   https://anonhg.NetBSD.org/src/rev/e52cfae72180
branches:  trunk
changeset: 944896:e52cfae72180
user:      mgorny <mgorny%NetBSD.org@localhost>
date:      Thu Oct 15 17:43:30 2020 +0000

description:
Remove unnecessary <sys/systm.h> include

diffstat:

 sys/arch/x86/x86/convert_xmm_s87.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 2ce1e850f642 -r e52cfae72180 sys/arch/x86/x86/convert_xmm_s87.c
--- a/sys/arch/x86/x86/convert_xmm_s87.c        Thu Oct 15 17:43:08 2020 +0000
+++ b/sys/arch/x86/x86/convert_xmm_s87.c        Thu Oct 15 17:43:30 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: convert_xmm_s87.c,v 1.6 2020/10/15 17:43:08 mgorny Exp $       */
+/*     $NetBSD: convert_xmm_s87.c,v 1.7 2020/10/15 17:43:30 mgorny Exp $       */
 
 /*-
  * Copyright (c) 1998, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -30,11 +30,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: convert_xmm_s87.c,v 1.6 2020/10/15 17:43:08 mgorny Exp $");
+__KERNEL_RCSID(0, "$NetBSD: convert_xmm_s87.c,v 1.7 2020/10/15 17:43:30 mgorny Exp $");
 
 
 #include <sys/param.h>
-#include <sys/systm.h>
 #include <x86/fpu.h>
 
 void



Home | Main Index | Thread Index | Old Index