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.
+2014-10-08 Gary Benson <gbenson@redhat.com>
+
+ * common/common-defs.h: Include cleanups.h.
+ * common/common-exceptions.c: Do not include cleanups.h.
+ * utils.h: Likewise.
+
2014-10-08 Gary Benson <gbenson@redhat.com>
* ada-lang.c: Do not include exceptions.h.
#include "common-types.h"
#include "print-utils.h"
#include "common-debug.h"
+#include "cleanups.h"
#endif /* COMMON_DEFS_H */
#include "common-defs.h"
#include "common-exceptions.h"
-#include "cleanups.h"
/* Possible catcher states. */
enum catcher_state {
+2014-10-08 Gary Benson <gbenson@redhat.com>
+
+ * server.h: Do not include cleanups.h.
+
2014-09-30 James Hogan <james.hogan@imgtec.com>
* Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
#define PBUFSIZ 16384
#include "common-exceptions.h"
-#include "cleanups.h"
#endif /* SERVER_H */
#ifndef UTILS_H
#define UTILS_H
-#include "cleanups.h"
#include "exceptions.h"
extern void initialize_utils (void);