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/utils.h | |
parent | 9239eeabe340e1662c5df8f816785477309e1c0b (diff) | |
download | gdb-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/utils.h')
-rw-r--r-- | gdb/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index 18a95a7..57a1c0f 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -23,7 +23,6 @@ #include "cleanups.h" #include "exceptions.h" -#include "print-utils.h" extern void initialize_utils (void); |