From f6e94d78b2fe30977ffefcb26420109940ca7bb1 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Wed, 30 Jul 2014 16:14:21 +0100 Subject: Move print-utils.h to common-defs.h This commit moves the inclusion of print-utils.h to common-defs.h and removes all other inclusions. gdb/ChangeLog: * common/common-defs.h: Include print-utils.h. * utils.h: Do not include print-utils.h. gdb/gdbserver/ChangeLog: * utils.h: Do not include print-utils.h. --- gdb/gdbserver/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/gdbserver/utils.h') diff --git a/gdb/gdbserver/utils.h b/gdb/gdbserver/utils.h index a994f38..cdd80df 100644 --- a/gdb/gdbserver/utils.h +++ b/gdb/gdbserver/utils.h @@ -19,8 +19,6 @@ #ifndef UTILS_H #define UTILS_H -#include "print-utils.h" - void fatal (const char *string,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2); char *paddress (CORE_ADDR addr); char *pfildes (gdb_fildes_t fd); -- cgit v1.1