diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2011-10-31 10:04:50 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2011-10-31 10:04:50 -0400 |
commit | 41bd49ea5fb7c089aa2def40e07c548af8a745e2 (patch) | |
tree | 5538ef16162eab3947ae72b2e43e208a1426f281 /gcc/gcc-ar.c | |
parent | 596c1381757b7bbc4f9f4741026b301e16412c0c (diff) | |
download | gcc-41bd49ea5fb7c089aa2def40e07c548af8a745e2.zip gcc-41bd49ea5fb7c089aa2def40e07c548af8a745e2.tar.gz gcc-41bd49ea5fb7c089aa2def40e07c548af8a745e2.tar.bz2 |
gcc-ar: Do not include stdio.h.
* gcc-ar: Do not include stdio.h.
From-SVN: r180699
Diffstat (limited to 'gcc/gcc-ar.c')
-rw-r--r-- | gcc/gcc-ar.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ -#include <stdio.h> #include "config.h" #include "system.h" #include "libiberty.h" |