Removed stale #includes of "opt_sysvipc.h".

This commit is contained in:
Bruce Evans 1996-01-20 21:36:31 +00:00
parent ae5d6711ff
commit 9f29a57754
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13523
3 changed files with 2 additions and 6 deletions

View file

@ -5,7 +5,6 @@
* created from Id: syscalls.master,v 1.23 1996/01/08 04:13:25 peter Exp
*/
#include "opt_sysvipc.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mount.h>

View file

@ -28,11 +28,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: kern_exec.c,v 1.32 1996/01/08 04:30:41 peter Exp $
* $Id: kern_exec.c,v 1.33 1996/01/19 03:58:01 dyson Exp $
*/
#include "opt_sysvipc.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>

View file

@ -36,11 +36,10 @@
* SUCH DAMAGE.
*
* @(#)kern_exit.c 8.7 (Berkeley) 2/12/94
* $Id: kern_exit.c,v 1.26 1996/01/08 04:30:44 peter Exp $
* $Id: kern_exit.c,v 1.27 1996/01/19 03:58:03 dyson Exp $
*/
#include "opt_ktrace.h"
#include "opt_sysvipc.h"
#include <sys/param.h>
#include <sys/systm.h>