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:
parent
0e443c875f
commit
b939114242
10 changed files with 15 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue