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  <gbenson@redhat.com>

	* 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  <gbenson@redhat.com>

	* server.h: Do not include libiberty.h.
	* linux-bfin-low.c: Likewise.
This commit is contained in:
Gary Benson 2014-07-28 13:52:38 +01:00
parent 0e443c875f
commit b939114242
10 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,12 @@
2014-08-07 Gary Benson <gbenson@redhat.com>
* 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.
2014-08-07 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include ansidecl.h.

View File

@ -32,5 +32,6 @@
#include <stdarg.h>
#include <stddef.h>
#include "ansidecl.h"
#include "libiberty.h"
#endif /* COMMON_DEFS_H */

View File

@ -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.

View File

@ -35,7 +35,6 @@
#include <string.h>
#include "safe-ctype.h"
#include "libiberty.h"
#include "demangle.h"
#include "cp-support.h"
#include "gdb_assert.h"

View File

@ -83,7 +83,6 @@
#define O_BINARY 0
#endif
#include "libiberty.h"
#include "hashtab.h"
/* Rather than duplicate all the logic in BFD for figuring out what

View File

@ -1,3 +1,8 @@
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include libiberty.h.
* linux-bfin-low.c: Likewise.
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include ansidecl.h.

View File

@ -21,7 +21,6 @@
#include "server.h"
#include "linux-low.h"
#include "libiberty.h"
#include <asm/ptrace.h>
/* Defined in auto-generated file reg-bfin.c. */

View File

@ -25,7 +25,6 @@
#include "wincecompat.h"
#endif
#include "libiberty.h"
#include "version.h"
#ifdef HAVE_ERRNO_H

View File

@ -22,7 +22,6 @@
#include "arch-utils.h"
#include "breakpoint.h"
#include "gdb.h"
#include "libiberty.h"
#include "ada-lang.h"
#include "mi-cmds.h"
#include "mi-getopt.h"

View File

@ -86,7 +86,6 @@ const struct extension_language_defn extension_language_python =
#ifdef HAVE_PYTHON
#include "libiberty.h"
#include "cli/cli-decode.h"
#include "charset.h"
#include "top.h"