diff options
author | Gary Benson <gbenson@redhat.com> | 2014-07-30 16:14:21 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-08-19 10:07:19 +0100 |
commit | f6e94d78b2fe30977ffefcb26420109940ca7bb1 (patch) | |
tree | 5368e53f75fbd81a7259dd7755c28b79b499cbc2 /gdb/common/common-defs.h | |
parent | 9239eeabe340e1662c5df8f816785477309e1c0b (diff) | |
download | binutils-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/common/common-defs.h')
-rw-r--r-- | gdb/common/common-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index 5543e4c56bd..66c0d2134e5 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 */ |