From 41bd49ea5fb7c089aa2def40e07c548af8a745e2 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 31 Oct 2011 10:04:50 -0400 Subject: gcc-ar: Do not include stdio.h. * gcc-ar: Do not include stdio.h. From-SVN: r180699 --- gcc/gcc-ar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/gcc-ar.c') diff --git a/gcc/gcc-ar.c b/gcc/gcc-ar.c index 1e86d20..706b2f3 100644 --- a/gcc/gcc-ar.c +++ b/gcc/gcc-ar.c @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -#include #include "config.h" #include "system.h" #include "libiberty.h" -- cgit v1.1