]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/c-aux-info.c
Major cutover to using system.h:
[gcc.git] / gcc / c-aux-info.c
index a252153e6f8d0866c2701e884d773f0e32d5a661..2f2f8c213ba54d74333d65aad917d5063d6e5fb1 100644 (file)
@@ -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"
This page took 0.029468 seconds and 5 git commands to generate.