Remove multiple inclusion protection from files which just include

MI m68k headers and don't have any own declarations.
This commit is contained in:
tsutsui 2005-12-06 17:02:53 +00:00
parent 5fc2d9d921
commit 2300cc78ab
6 changed files with 6 additions and 36 deletions

View File

@ -1,8 +1,3 @@
/* $NetBSD: aout_machdep.h,v 1.13 1997/03/15 21:59:20 thorpej Exp $ */
#ifndef _MACHINE_EXEC_H_
#define _MACHINE_EXEC_H_
/* $NetBSD: aout_machdep.h,v 1.14 2005/12/06 17:02:53 tsutsui Exp $ */
#include <m68k/aout_machdep.h>
#endif /* _MACHINE_EXEC_H_ */

View File

@ -1,8 +1,3 @@
/* $NetBSD: cdefs.h,v 1.1 1995/01/19 01:41:56 jtc Exp $ */
#ifndef _MACHINE_CDEFS_H_
#define _MACHINE_CDEFS_H_
/* $NetBSD: cdefs.h,v 1.2 2005/12/06 17:02:53 tsutsui Exp $ */
#include <m68k/cdefs.h>
#endif

View File

@ -1,8 +1,3 @@
/* $NetBSD: elf_machdep.h,v 1.1 1998/07/12 01:17:59 thorpej Exp $ */
#ifndef _MACHINE_ELF_MACHDEP_H_
#define _MACHINE_ELF_MACHDEP_H_
/* $NetBSD: elf_machdep.h,v 1.2 2005/12/06 17:02:53 tsutsui Exp $ */
#include <m68k/elf_machdep.h>
#endif

View File

@ -1,8 +1,3 @@
/* $NetBSD: kcore.h,v 1.1 1997/04/09 19:51:36 thorpej Exp $ */
#ifndef _MACHINE_KCORE_H_
#define _MACHINE_KCORE_H_
/* $NetBSD: kcore.h,v 1.2 2005/12/06 17:02:53 tsutsui Exp $ */
#include <m68k/kcore.h>
#endif

View File

@ -1,9 +1,4 @@
/* $NetBSD: limits.h,v 1.8 1998/01/09 22:23:47 perry Exp $ */
#ifndef _MACHINE_LIMITS_H_
#define _MACHINE_LIMITS_H_
/* $NetBSD: limits.h,v 1.9 2005/12/06 17:02:53 tsutsui Exp $ */
/* Just use the common m68k definition */
#include <m68k/limits.h>
#endif /* _MACHINE_LIMITS_H_ */

View File

@ -1,8 +1,3 @@
/* $NetBSD: reg.h,v 1.9 1994/10/26 07:26:43 cgd Exp $ */
#ifndef _MACHINE_REG_H_
#define _MACHINE_REG_H_
/* $NetBSD: reg.h,v 1.10 2005/12/06 17:02:53 tsutsui Exp $ */
#include <m68k/reg.h>
#endif /* _MACHINE_REG_H_ */