diff options
Diffstat (limited to 'gcc/c-aux-info.c')
-rw-r--r-- | gcc/c-aux-info.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index a252153..2f2f8c2 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -22,14 +22,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#include <stdio.h> -#ifdef HAVE_STRING_H -# include <string.h> -#else -# ifdef HAVE_STRINGS_H -# include <strings.h> -#endif -#endif +#include "system.h" #include "flags.h" #include "tree.h" #include "c-tree.h" |