1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Removed unused #includes.

This commit is contained in:
Bruce Evans 1998-02-25 13:08:07 +00:00
parent 01777fec62
commit 5132080e71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33834
2 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: kern_exec.c,v 1.76 1998/02/05 03:32:04 dyson Exp $
* $Id: kern_exec.c,v 1.77 1998/02/06 12:13:23 eivind Exp $
*/
#include <sys/param.h>
@ -41,7 +41,6 @@
#include <sys/wait.h>
#include <sys/proc.h>
#include <sys/pioctl.h>
#include <sys/malloc.h>
#include <sys/namei.h>
#include <sys/sysent.h>
#include <sys/shm.h>
@ -61,7 +60,6 @@
#include <vm/vm_object.h>
#include <vm/vm_zone.h>
#include <vm/vm_pager.h>
#include <vm/vm_pageout.h>
#include <machine/reg.h>

View File

@ -27,7 +27,7 @@
#include <sys/socket.h>
#include <sys/kernel.h>
#include <net/if.h>
#include <net/route.h>
#include <netatalk/at.h>