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/common/common-defs.h | 1 + gdb/common/gdb_assert.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/common') diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index 7bf328a..6a031ec 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -37,5 +37,6 @@ #include "gdb/signals.h" #include "gdb_locale.h" #include "ptid.h" +#include "common-utils.h" #endif /* COMMON_DEFS_H */ diff --git a/gdb/common/gdb_assert.h b/gdb/common/gdb_assert.h index 4869fc4..7b795d3 100644 --- a/gdb/common/gdb_assert.h +++ b/gdb/common/gdb_assert.h @@ -19,8 +19,6 @@ #ifndef GDB_ASSERT_H #define GDB_ASSERT_H -#include "common-utils.h" /* For FUNCTION_NAME. */ - /* A static assertion. This will cause a compile-time error if EXPR, which must be a compile-time constant, is false. */ -- cgit v1.1