diff options
author | Gary Benson <gbenson@redhat.com> | 2014-10-08 09:33:22 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-10-08 09:33:22 +0100 |
commit | 6f1947e8a206a2664506ee5a333f7c9d0af8cac8 (patch) | |
tree | 5cdd3de52f8fc3df5ecdb65b5bbacaedc7bb105f /gdb/utils.h | |
parent | c765fdb902fd6dbdeaa476b49592a4d9f835d983 (diff) | |
download | binutils-6f1947e8a206a2664506ee5a333f7c9d0af8cac8.zip binutils-6f1947e8a206a2664506ee5a333f7c9d0af8cac8.tar.gz binutils-6f1947e8a206a2664506ee5a333f7c9d0af8cac8.tar.bz2 |
Include cleanups.h in common-defs.h
This commit includes cleanups.h in common-defs.h and removes all other
inclusions.
gdb/ChangeLog:
* common/common-defs.h: Include cleanups.h.
* common/common-exceptions.c: Do not include cleanups.h.
* utils.h: Likewise.
gdb/gdbserver/ChangeLog:
* server.h: Do not include cleanups.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 c1948eb..1568011 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -21,7 +21,6 @@ #ifndef UTILS_H #define UTILS_H -#include "cleanups.h" #include "exceptions.h" extern void initialize_utils (void); |