From b939114242762636cfdcf9a45949cb54cdaacc8c Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 13:52:38 +0100 Subject: Move libiberty.h to common-defs.h This commit moves the inclusion of libiberty.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson * common/common-defs.h: Include libiberty.h. * defs.h: Do not include libiberty.h. * common/queue.h: Likewise. * cp-name-parser.y: Likewise. * mi/mi-cmd-catch.c: Likewise. * python/python.c: Likewise. gdb/gdbserver/ 2014-08-07 Gary Benson * server.h: Do not include libiberty.h. * linux-bfin-low.c: Likewise. --- gdb/common/queue.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/common/queue.h') diff --git a/gdb/common/queue.h b/gdb/common/queue.h index 4ce53c3c..34e4db3 100644 --- a/gdb/common/queue.h +++ b/gdb/common/queue.h @@ -20,7 +20,6 @@ #ifndef QUEUE_H #define QUEUE_H -#include "libiberty.h" /* xmalloc */ #include "gdb_assert.h" /* These macros implement functions and structs for a general queue. -- cgit v1.1