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.
+2014-10-08 Gary Benson <gbenson@redhat.com>
+
+ * common/common-defs.h: Include common-exceptions.h.
+ * exceptions.h: Do not include common-exceptions.h.
+
2014-10-08 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include cleanups.h.
#include "print-utils.h"
#include "common-debug.h"
#include "cleanups.h"
+#include "common-exceptions.h"
#endif /* COMMON_DEFS_H */
#ifndef EXCEPTIONS_H
#define EXCEPTIONS_H
-#include "common-exceptions.h"
#include "ui-out.h"
/* A pre-defined non-exception. */
+2014-10-08 Gary Benson <gbenson@redhat.com>
+
+ * server.h: Do not include common-exceptions.h.
+
2014-10-08 Gary Benson <gbenson@redhat.com>
* server.h: Do not include cleanups.h.
as large as the largest register set supported by gdbserver. */
#define PBUFSIZ 16384
-#include "common-exceptions.h"
-
#endif /* SERVER_H */