diff options
Diffstat (limited to 'gdb/common/queue.h')
-rw-r--r-- | gdb/common/queue.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/common/queue.h b/gdb/common/queue.h index 34e4db38666..7353b27240e 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 |