diff options
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index 78e0c7a7e4e..9f7537d4045 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -20,16 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif -#ifdef HAVE_STRING_H -#include <string.h> -#else -#ifdef HAVE_STRINGS_H -#include <strings.h> -#endif -#endif +#include "system.h" #include "rtl.h" #include "expr.h" #include "regs.h" |