remove unneeded includes
authorjsg <jsg@openbsd.org>
Mon, 21 Oct 2024 07:21:18 +0000 (07:21 +0000)
committerjsg <jsg@openbsd.org>
Mon, 21 Oct 2024 07:21:18 +0000 (07:21 +0000)
sys/arch/i386/i386/locore.s
sys/arch/i386/i386/locore0.S

index feb8fa4..d3d04c5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: locore.s,v 1.205 2024/06/06 00:36:46 bluhm Exp $      */
+/*     $OpenBSD: locore.s,v 1.206 2024/10/21 07:21:18 jsg Exp $        */
 /*     $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $    */
 
 /*-
 
 #include "npx.h"
 #include "assym.h"
-#include "apm.h"
 #include "lapic.h"
-#include "ksyms.h"
 
 #include <sys/errno.h>
 #include <sys/syscall.h>
 
 #include <machine/codepatch.h>
-#include <machine/cputypes.h>
 #include <machine/param.h>
 #include <machine/pte.h>
 #include <machine/segments.h>
 #include <machine/specialreg.h>
 #include <machine/trap.h>
 
-#include <dev/isa/isareg.h>
-
 #if NLAPIC > 0
 #include <machine/i82489reg.h>
 #endif
index c2883e5..f82e36f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: locore0.S,v 1.11 2023/07/21 04:04:52 guenther Exp $   */
+/*     $OpenBSD: locore0.S,v 1.12 2024/10/21 07:21:18 jsg Exp $        */
 /*     $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $    */
 
 /*-
  *     @(#)locore.s    7.3 (Berkeley) 5/13/91
  */
 
-#include "npx.h"
 #include "assym.h"
-#include "apm.h"
-#include "lapic.h"
 #include "ksyms.h"
 
-#include <sys/errno.h>
-#include <sys/syscall.h>
-
-#include <machine/codepatch.h>
-#include <machine/cputypes.h>
 #include <machine/param.h>
 #include <machine/pte.h>
-#include <machine/segments.h>
 #include <machine/specialreg.h>
-#include <machine/trap.h>
 
 #include <dev/isa/isareg.h>