Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cesfic/cesfic Remove superfluous #includes - nothin...
details: https://anonhg.NetBSD.org/src/rev/d83fc4bd900a
branches: trunk
changeset: 341410:d83fc4bd900a
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Nov 05 03:48:51 2015 +0000
description:
Remove superfluous #includes - nothing depends on them
diffstat:
sys/arch/cesfic/cesfic/machdep.c | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (34 lines):
diff -r 3400cf6038e1 -r d83fc4bd900a sys/arch/cesfic/cesfic/machdep.c
--- a/sys/arch/cesfic/cesfic/machdep.c Thu Nov 05 02:57:36 2015 +0000
+++ b/sys/arch/cesfic/cesfic/machdep.c Thu Nov 05 03:48:51 2015 +0000
@@ -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 @@
#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>
Home |
Main Index |
Thread Index |
Old Index