aboutsummaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-01-05 05:27:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-01-05 05:27:45 +0000
commitc7c50494beb707f6d374c23b7decbacb5e068a87 (patch)
tree71f0fdb3be02a66bf03ffe7a50fc632bc650e889 /gcc/alloc-pool.c
parent39b1af70da1240d695102717ffb88018f81cae55 (diff)
downloadgcc-c7c50494beb707f6d374c23b7decbacb5e068a87.zip
gcc-c7c50494beb707f6d374c23b7decbacb5e068a87.tar.gz
gcc-c7c50494beb707f6d374c23b7decbacb5e068a87.tar.bz2
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. From-SVN: r60900
Diffstat (limited to 'gcc/alloc-pool.c')
-rw-r--r--gcc/alloc-pool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c
index b84780a..2f5d04d 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"