Module Name: src
Committed By: pgoyette
Date: Thu Nov 5 03:48:51 UTC 2015
Modified Files:
src/sys/arch/cesfic/cesfic: machdep.c
Log Message:
Remove superfluous #includes - nothing depends on them
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/cesfic/cesfic/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/cesfic/cesfic/machdep.c
diff -u src/sys/arch/cesfic/cesfic/machdep.c:1.65 src/sys/arch/cesfic/cesfic/machdep.c:1.66
--- src/sys/arch/cesfic/cesfic/machdep.c:1.65 Mon Mar 24 18:56:43 2014
+++ src/sys/arch/cesfic/cesfic/machdep.c Thu Nov 5 03:48:51 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.65 2014/03/24 18:56:43 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.66 2015/11/05 03:48:51 pgoyette Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.65 2014/03/24 18:56:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.66 2015/11/05 03:48:51 pgoyette Exp $");
#include "opt_bufcache.h"
#include "opt_ddb.h"
@@ -72,15 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v
#include <sys/ksyms.h>
#include <sys/module.h>
#include <sys/cpu.h>
-#ifdef SYSVMSG
-#include <sys/msg.h>
-#endif
-#ifdef SYSVSEM
-#include <sys/sem.h>
-#endif
-#ifdef SYSVSHM
-#include <sys/shm.h>
-#endif
#include <sys/kgdb.h>
#include <machine/db_machdep.h>