summaryrefslogtreecommitdiff
path: root/lib/csu/arch
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2017-01-14 15:50:24 +0000
committerchristos <christos@NetBSD.org>2017-01-14 15:50:24 +0000
commit9e7cd7cf08dd3eaffc3de5f7f24bba1f67cb7cf0 (patch)
tree291619812051b272b26c8e4a5f2c54114ab4a309 /lib/csu/arch
parent0304e20d4fdedd7da96a2354673c45b9c8781c06 (diff)
remove useless include; asm.h is not useful for c files. our current assumption
is that stuff in cdefs.h is duplicated in asm.h.
Diffstat (limited to 'lib/csu/arch')
-rw-r--r--lib/csu/arch/alpha/crtbegin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/arch/alpha/crtbegin.h b/lib/csu/arch/alpha/crtbegin.h
index 89571766f01..2f109310098 100644
--- a/lib/csu/arch/alpha/crtbegin.h
+++ b/lib/csu/arch/alpha/crtbegin.h
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.h,v 1.1 2013/07/11 16:40:27 matt Exp $ */
+/* $NetBSD: crtbegin.h,v 1.2 2017/01/14 15:50:24 christos Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,7 +29,6 @@
*/
#include <sys/cdefs.h>
-#include <alpha/asm.h>
/* Assume we need to reload our GP. */
__asm( ".pushsection .init"