diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/common-defs.h | 1 | ||||
-rw-r--r-- | gdb/common/common-utils.c | 1 | ||||
-rw-r--r-- | gdb/common/queue.h | 2 | ||||
-rw-r--r-- | gdb/common/signals.c | 1 | ||||
-rw-r--r-- | gdb/common/vec.h | 1 |
5 files changed, 1 insertions, 5 deletions
diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index 6a031ec..75a587a 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -38,5 +38,6 @@ #include "gdb_locale.h" #include "ptid.h" #include "common-utils.h" +#include "gdb_assert.h" #endif /* COMMON_DEFS_H */ diff --git a/gdb/common/common-utils.c b/gdb/common/common-utils.c index ab05c9f..3fe9bf9 100644 --- a/gdb/common/common-utils.c +++ b/gdb/common/common-utils.c @@ -23,7 +23,6 @@ #include "defs.h" #endif -#include "gdb_assert.h" #include <string.h> /* The xmalloc() (libiberty.h) family of memory management routines. diff --git a/gdb/common/queue.h b/gdb/common/queue.h index 34e4db3..7353b27 100644 --- a/gdb/common/queue.h +++ b/gdb/common/queue.h @@ -20,8 +20,6 @@ #ifndef QUEUE_H #define QUEUE_H -#include "gdb_assert.h" - /* These macros implement functions and structs for a general queue. Macro 'DEFINE_QUEUE_P(TYPEDEF)' is to define the new queue type for TYPEDEF', and macro 'DECLARE_QUEUE_P' is to declare external queue diff --git a/gdb/common/signals.c b/gdb/common/signals.c index 3c9cd41..d9cacee 100644 --- a/gdb/common/signals.c +++ b/gdb/common/signals.c @@ -29,7 +29,6 @@ #endif #include "gdb_signals.h" -#include "gdb_assert.h" struct gdbarch; diff --git a/gdb/common/vec.h b/gdb/common/vec.h index 2a39eff..82d4b0d 100644 --- a/gdb/common/vec.h +++ b/gdb/common/vec.h @@ -21,7 +21,6 @@ #define GDB_VEC_H #include <string.h> -#include "gdb_assert.h" /* The macros here implement a set of templated vector types and associated interfaces. These templates are implemented with |