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/target/waitstatus.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/target') diff --git a/gdb/target/waitstatus.h b/gdb/target/waitstatus.h index c05d651..f818d87 100644 --- a/gdb/target/waitstatus.h +++ b/gdb/target/waitstatus.h @@ -20,7 +20,6 @@ #ifndef WAITSTATUS_H #define WAITSTATUS_H -#include "common-utils.h" #include "gdb_signals.h" /* Stuff for target_wait. */ -- cgit v1.1