2014-08-07 Gary Benson <gbenson@redhat.com>
+ * common/common-defs.h: Include common-utils.h.
+ * defs.h: Do not include common-utils.h.
+ * common/gdb_assert.h: Likewise.
+ * darwin-nat.h: Likewise.
+ * nat/linux-btrace.c: Likewise.
+ * target/waitstatus.h: Likewise.
+
+2014-08-07 Gary Benson <gbenson@redhat.com>
+
* common/common-defs.h: Include ptid.h.
* defs.h: Do not include ptid.h.
* inferior.h: Likewise.
#include "gdb/signals.h"
#include "gdb_locale.h"
#include "ptid.h"
+#include "common-utils.h"
#endif /* COMMON_DEFS_H */
#ifndef GDB_ASSERT_H
#define GDB_ASSERT_H
-#include "common-utils.h" /* For FUNCTION_NAME. */
-
/* A static assertion. This will cause a compile-time error if EXPR,
which must be a compile-time constant, is false. */
#define __DARWIN_NAT_H__
#include <mach/mach.h>
-#include "common-utils.h" /* For FUNCTION_NAME. */
/* Describe the mach exception handling state for a task. This state is saved
before being changed and restored when a process is detached.
extern int longest_to_int (LONGEST);
-#include "common-utils.h"
-
/* * List of known OS ABIs. If you change this, make sure to update the
table in osabi.c. */
enum gdb_osabi
2014-08-07 Gary Benson <gbenson@redhat.com>
+ * server.h: Do not include common-utils.h.
+
+2014-08-07 Gary Benson <gbenson@redhat.com>
+
* server.h: Do not include ptid.h.
* notif.h: Likewise.
#include "remote-utils.h"
-#include "common-utils.h"
#include "utils.h"
#include "debug.h"
#endif
#include "linux-btrace.h"
-#include "common-utils.h"
#include "gdb_assert.h"
#include "regcache.h"
#include "gdbthread.h"
#ifndef WAITSTATUS_H
#define WAITSTATUS_H
-#include "common-utils.h"
#include "gdb_signals.h"
/* Stuff for target_wait. */