summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
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
parent9239eeabe340e1662c5df8f816785477309e1c0b (diff)
downloadbinutils-gdb-f6e94d78b2fe30977ffefcb26420109940ca7bb1.tar.gz
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')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/utils.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 81db69a6d87..14b5a4f9407 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-19 Gary Benson <gbenson@redhat.com>
+
+ * utils.h: Do not include print-utils.h.
+
2014-08-19 Tom Tromey <tromey@redhat.com>
Gary Benson <gbenson@redhat.com>
diff --git a/gdb/gdbserver/utils.h b/gdb/gdbserver/utils.h
index a994f3827aa..cdd80df145c 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);