summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-03-15 18:23:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-03-15 18:23:39 +0000
commit5e8bb3aa9045fc6ebcf3d544b236f47e6b70baed (patch)
tree5202797a405a24a9933da7ac4a1e134db7bfd455 /sys/arch/mac68k
parent6a1d0377e9c8920d20fa2df316ae95e5c72d0ad0 (diff)
unbreak tree for nested endian.h includes
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/include/endian.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/mac68k/include/endian.h b/sys/arch/mac68k/include/endian.h
index edbab908236..40e1fdac923 100644
--- a/sys/arch/mac68k/include/endian.h
+++ b/sys/arch/mac68k/include/endian.h
@@ -1,9 +1,4 @@
-/* $OpenBSD: endian.h,v 1.4 2011/03/11 15:17:08 pirofti Exp $ */
+/* $OpenBSD: endian.h,v 1.5 2011/03/15 18:23:38 deraadt Exp $ */
/* $NetBSD: endian.h,v 1.5 1994/10/26 08:46:28 cgd Exp $ */
-#ifndef _MACHINE_ENDIAN_H_
-#define _MACHINE_ENDIAN_H_
-
#include <m68k/endian.h>
-
-#endif /* _MACHINE_ENDIAN_H_ */