Move common-utils.h to common-defs.h
authorGary Benson <gbenson@redhat.com>
Mon, 28 Jul 2014 13:35:17 +0000 (14:35 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 Aug 2014 08:06:44 +0000 (09:06 +0100)
commite76df0d08686820dee6d6f440431d962c7631bd3
tree300274f125610e3c83cda29b612ddcfb2f19a1c8
parent4cb9c816469ef3373d9cdde76e8ab5007cf3739e
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.
gdb/ChangeLog
gdb/common/common-defs.h
gdb/common/gdb_assert.h
gdb/darwin-nat.h
gdb/defs.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.h
gdb/nat/linux-btrace.c
gdb/target/waitstatus.h
This page took 0.034179 seconds and 4 git commands to generate.