diff options
author | 2014-10-08 09:33:22 +0100 | |
---|---|---|
committer | 2014-10-08 09:33:22 +0100 | |
commit | 6f1947e8a206a2664506ee5a333f7c9d0af8cac8 (patch) | |
tree | 5cdd3de52f8fc3df5ecdb65b5bbacaedc7bb105f /gdb/common/common-defs.h | |
parent | Remove spurious exceptions.h inclusions (diff) | |
download | binutils-gdb-6f1947e8a206a2664506ee5a333f7c9d0af8cac8.tar.gz binutils-gdb-6f1947e8a206a2664506ee5a333f7c9d0af8cac8.tar.bz2 binutils-gdb-6f1947e8a206a2664506ee5a333f7c9d0af8cac8.zip |
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/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 2d3444bf40b..ffcc4eb6608 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -45,5 +45,6 @@ #include "common-types.h" #include "print-utils.h" #include "common-debug.h" +#include "cleanups.h" #endif /* COMMON_DEFS_H */ |