diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/gsc/if_ie_gsc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/if_ie_gsc.c b/sys/arch/hppa/gsc/if_ie_gsc.c index f97c87cbaad..b2e0e2a9a99 100644 --- a/sys/arch/hppa/gsc/if_ie_gsc.c +++ b/sys/arch/hppa/gsc/if_ie_gsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie_gsc.c,v 1.27 2015/09/14 11:18:48 stsp Exp $ */ +/* $OpenBSD: if_ie_gsc.c,v 1.28 2015/11/24 13:33:18 mpi Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -42,7 +42,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_types.h> #include <net/if_media.h> #include <netinet/in.h> |