aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
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/common
parent9239eeabe340e1662c5df8f816785477309e1c0b (diff)
downloadfsf-binutils-gdb-f6e94d78b2fe30977ffefcb26420109940ca7bb1.zip
fsf-binutils-gdb-f6e94d78b2fe30977ffefcb26420109940ca7bb1.tar.gz
fsf-binutils-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/common')
-rw-r--r--gdb/common/common-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h
index 5543e4c..66c0d21 100644
--- a/gdb/common/common-defs.h
+++ b/gdb/common/common-defs.h
@@ -43,5 +43,6 @@
#include "gdb_assert.h"
#include "errors.h"
#include "common-types.h"
+#include "print-utils.h"
#endif /* COMMON_DEFS_H */