summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-22 10:44:03 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-22 10:44:03 +0000
commitfb5cb3493b65c605044e480f8b88314c535765cb (patch)
tree035de1a9725a6d60cb2fff2b1dcbab22e8a54a5a /sys
parentee5647093233d3a8c31105cd3bd23347d69d3c83 (diff)
rearrange includes
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/stand/ofwboot/netif_of.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/netif_of.c b/sys/arch/sparc64/stand/ofwboot/netif_of.c
index 8f18b6b0c5f..c98ad0f4293 100644
--- a/sys/arch/sparc64/stand/ofwboot/netif_of.c
+++ b/sys/arch/sparc64/stand/ofwboot/netif_of.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: netif_of.c,v 1.3 2001/08/22 10:41:08 art Exp $ */
+/* $OpenBSD: netif_of.c,v 1.4 2001/08/22 10:44:02 art Exp $ */
/* $NetBSD: netif_of.c,v 1.1 2000/08/20 14:58:39 mrg Exp $ */
/*
@@ -44,10 +44,10 @@
#include <sys/socket.h>
#include <net/if.h>
-#include <netinet/if_ether.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
+#include <netinet/if_ether.h>
#include <lib/libsa/stand.h>
#include <lib/libsa/net.h>