diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-05 05:27:45 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-05 05:27:45 +0000 |
commit | 5320179dd298ccbdaf2b83bc124257672f4c6945 (patch) | |
tree | 71f0fdb3be02a66bf03ffe7a50fc632bc650e889 /gcc/alloc-pool.c | |
parent | 0b072554a9e3bc83dcf3200de794bf50d94d1f3f (diff) | |
download | gcc-5320179dd298ccbdaf2b83bc124257672f4c6945.tar.gz |
Warning fixes:
* alloc-pool.c: Don't include "libiberty.h".
* config/sparc/gmon-sol2.c: Include <fcntl.h>.
* convert.c (convert_to_real): Hide unused variable.
java:
* lang.c (dump_compound_expr): Prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60900 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alloc-pool.c')
-rw-r--r-- | gcc/alloc-pool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c index b84780aec1c..2f5d04dab51 100644 --- a/gcc/alloc-pool.c +++ b/gcc/alloc-pool.c @@ -19,7 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "libiberty.h" #include "config.h" #include "system.h" #include "alloc-pool.h" |