From e76df0d08686820dee6d6f440431d962c7631bd3 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 14:35:17 +0100 Subject: 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 * 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 * server.h: Do not include common-utils.h. --- gdb/gdbserver/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/gdbserver/ChangeLog') diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index b51d870..a43ddcd 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2014-08-07 Gary Benson + * server.h: Do not include common-utils.h. + +2014-08-07 Gary Benson + * server.h: Do not include ptid.h. * notif.h: Likewise. -- cgit v1.1