From a442d0713a940326c72c1c85357cb92d5f6d2fc2 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Wed, 8 Oct 2014 09:33:22 +0100 Subject: 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. --- gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/server.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'gdb/gdbserver') diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index b9d4059..ae02861 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2014-10-08 Gary Benson + * server.h: Do not include common-exceptions.h. + +2014-10-08 Gary Benson + * server.h: Do not include cleanups.h. 2014-09-30 James Hogan diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h index de3142f..cac73e9 100644 --- a/gdb/gdbserver/server.h +++ b/gdb/gdbserver/server.h @@ -124,6 +124,4 @@ extern int handle_target_event (int err, gdb_client_data client_data); as large as the largest register set supported by gdbserver. */ #define PBUFSIZ 16384 -#include "common-exceptions.h" - #endif /* SERVER_H */ -- cgit v1.1