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 | a442d0713a940326c72c1c85357cb92d5f6d2fc2 (patch) | |
tree | e92ceda6d3e91d356a02924b93216e73f5c1dcc6 /gdb/common/common-defs.h | |
parent | 6f1947e8a206a2664506ee5a333f7c9d0af8cac8 (diff) | |
download | gdb-a442d0713a940326c72c1c85357cb92d5f6d2fc2.zip gdb-a442d0713a940326c72c1c85357cb92d5f6d2fc2.tar.gz gdb-a442d0713a940326c72c1c85357cb92d5f6d2fc2.tar.bz2 |
Include common-exceptions.h in common-defs.h
This commit includes common-exceptions.h in common-defs.h and removes
all other inclusions.
gdb/ChangeLog:
* common/common-defs.h: Include common-exceptions.h.
* exceptions.h: Do not include common-exceptions.h.
gdb/gdbserver/ChangeLog:
* server.h: Do not include common-exceptions.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 ffcc4eb..29c8ab3 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -46,5 +46,6 @@ #include "print-utils.h" #include "common-debug.h" #include "cleanups.h" +#include "common-exceptions.h" #endif /* COMMON_DEFS_H */ |