summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-08-21 14:24:09 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-08-21 14:24:09 +0000
commit6613e11b0c476a2eb08c6631b5e10a9b5b2931e4 (patch)
tree95c0a0843eb0d0f883c2640dcd2524eeb6c2452f /sys/arch/alpha/stand
parentcdd69415955f3b490794c5de779d1fa8f8003095 (diff)
Kill the remaining <netinet/in_systm.h> inclusion!
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r--sys/arch/alpha/stand/netboot/if_prom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/netboot/if_prom.c b/sys/arch/alpha/stand/netboot/if_prom.c
index 93eb7b77076..0226997ff58 100644
--- a/sys/arch/alpha/stand/netboot/if_prom.c
+++ b/sys/arch/alpha/stand/netboot/if_prom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_prom.c,v 1.5 2010/12/06 18:44:49 jasper Exp $ */
+/* $OpenBSD: if_prom.c,v 1.6 2014/08/21 14:24:08 mpi Exp $ */
/* $NetBSD: if_prom.c,v 1.9 1997/04/06 08:41:26 cgd Exp $ */
/*
@@ -36,7 +36,6 @@
#include <sys/types.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <include/rpb.h>
#include <include/prom.h>