diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-31 14:04:50 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-31 14:04:50 +0000 |
commit | 34e283832c924a8e04b2bdb5539a75139f4310c0 (patch) | |
tree | 5538ef16162eab3947ae72b2e43e208a1426f281 /gcc/gcc-ar.c | |
parent | 3e5c885bf56eef006c0fc9f4451519778f6eaa05 (diff) | |
download | gcc-34e283832c924a8e04b2bdb5539a75139f4310c0.tar.gz |
* gcc-ar: Do not include stdio.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180699 138bc75d-0d04-0410-961f-82ee72b054a4
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 1e86d20b88f..706b2f389e5 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" |