don't include <cons_pcb.h> as it is unnecessary

This commit is contained in:
plunky 2008-04-23 08:26:47 +00:00
parent 043900c0cb
commit 6aadc469d7

View File

@ -1,4 +1,4 @@
/* $NetBSD: iso.c,v 1.29 2008/02/27 16:36:54 ad Exp $ */
/* $NetBSD: iso.c,v 1.30 2008/04/23 08:26:47 plunky Exp $ */
/*
* Copyright (c) 1983, 1988, 1993
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "from: @(#)iso.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: iso.c,v 1.29 2008/02/27 16:36:54 ad Exp $");
__RCSID("$NetBSD: iso.c,v 1.30 2008/04/23 08:26:47 plunky Exp $");
#endif
#endif /* not lint */
@ -95,10 +95,6 @@ SOFTWARE.
#include <netiso/iso_pcb.h>
#include <netiso/cltp_var.h>
#include <netiso/cons.h>
#ifdef IncStat
#undef IncStat
#endif
#include <netiso/cons_pcb.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <kvm.h>