diff options
| -rw-r--r-- | lib/csu/arch/alpha/crtbegin.h | 3 |
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" |
