aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/utils.h
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-30 16:14:21 +0100
committerGary Benson <gbenson@redhat.com>2014-08-19 10:07:19 +0100
commitf6e94d78b2fe30977ffefcb26420109940ca7bb1 (patch)
tree5368e53f75fbd81a7259dd7755c28b79b499cbc2 /gdb/gdbserver/utils.h
parent9239eeabe340e1662c5df8f816785477309e1c0b (diff)
downloadgdb-f6e94d78b2fe30977ffefcb26420109940ca7bb1.zip
gdb-f6e94d78b2fe30977ffefcb26420109940ca7bb1.tar.gz
gdb-f6e94d78b2fe30977ffefcb26420109940ca7bb1.tar.bz2
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.
Diffstat (limited to 'gdb/gdbserver/utils.h')
-rw-r--r--gdb/gdbserver/utils.h2
1 files changed, 0 insertions, 2 deletions
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);