diff options
Diffstat (limited to 'gdb/common/gdb_assert.h')
-rw-r--r-- | gdb/common/gdb_assert.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/common/gdb_assert.h b/gdb/common/gdb_assert.h index 4869fc4..7b795d3 100644 --- a/gdb/common/gdb_assert.h +++ b/gdb/common/gdb_assert.h @@ -19,8 +19,6 @@ #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. */ |