no need to include "netif.h" anymore

(shared interface stuff is in iodesc.h, included by net.h)
This commit is contained in:
drochner 2003-03-12 14:51:31 +00:00
parent 7816074c59
commit 7b3b2ea783
7 changed files with 7 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootp.c,v 1.23 2003/02/25 14:42:30 ragge Exp $ */
/* $NetBSD: bootp.c,v 1.24 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@ -51,7 +51,6 @@
#include "stand.h"
#include "net.h"
#include "netif.h"
#include "bootp.h"
struct in_addr servip;

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootparam.c,v 1.13 1999/11/13 21:17:56 thorpej Exp $ */
/* $NetBSD: bootparam.c,v 1.14 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@ -52,7 +52,6 @@
#include "stand.h"
#include "net.h"
#include "netif.h"
#include "rpc.h"
#include "bootparam.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: ether.c,v 1.15 2000/03/30 12:19:48 augustss Exp $ */
/* $NetBSD: ether.c,v 1.16 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@ -56,7 +56,6 @@
#include "stand.h"
#include "net.h"
#include "netif.h"
/* Caller must leave room for ethernet header in front!! */
ssize_t

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs.c,v 1.29 2000/03/30 12:19:48 augustss Exp $ */
/* $NetBSD: nfs.c,v 1.30 2003/03/12 14:51:31 drochner Exp $ */
/*-
* Copyright (c) 1993 John Brezak
@ -56,7 +56,6 @@
#include "stand.h"
#include "net.h"
#include "netif.h"
#include "nfs.h"
#include "rpc.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rarp.c,v 1.20 2000/03/30 12:19:48 augustss Exp $ */
/* $NetBSD: rarp.c,v 1.21 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@ -54,7 +54,6 @@
#include "stand.h"
#include "net.h"
#include "netif.h"
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: rpc.c,v 1.21 2000/03/30 12:19:49 augustss Exp $ */
/* $NetBSD: rpc.c,v 1.22 2003/03/12 14:51:32 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@ -63,7 +63,6 @@
#include "stand.h"
#include "net.h"
#include "netif.h"
#include "rpc.h"
struct auth_info {

View File

@ -1,4 +1,4 @@
/* $NetBSD: tftp.c,v 1.12 2003/01/12 18:59:15 christos Exp $ */
/* $NetBSD: tftp.c,v 1.13 2003/03/12 14:51:32 drochner Exp $ */
/*
* Copyright (c) 1996
@ -62,7 +62,6 @@
#include "stand.h"
#include "net.h"
#include "netif.h"
#include "tftp.h"