diff options
author | Gary Benson <gbenson@redhat.com> | 2014-07-28 14:35:17 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-08-07 09:06:44 +0100 |
commit | e76df0d08686820dee6d6f440431d962c7631bd3 (patch) | |
tree | 300274f125610e3c83cda29b612ddcfb2f19a1c8 /gdb/defs.h | |
parent | 4cb9c816469ef3373d9cdde76e8ab5007cf3739e (diff) | |
download | gdb-e76df0d08686820dee6d6f440431d962c7631bd3.zip gdb-e76df0d08686820dee6d6f440431d962c7631bd3.tar.gz gdb-e76df0d08686820dee6d6f440431d962c7631bd3.tar.bz2 |
Move common-utils.h to common-defs.h
This commit moves the inclusion of common-utils.h to common-defs.h and
removes all other inclusions.
gdb/
2014-08-07 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include common-utils.h.
* defs.h: Do not include common-utils.h.
* common/gdb_assert.h: Likewise.
* darwin-nat.h: Likewise.
* nat/linux-btrace.c: Likewise.
* target/waitstatus.h: Likewise.
gdb/gdbserver/
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include common-utils.h.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -533,8 +533,6 @@ enum val_prettyformat extern int longest_to_int (LONGEST); -#include "common-utils.h" - /* * List of known OS ABIs. If you change this, make sure to update the table in osabi.c. */ enum gdb_osabi |