diff options
Diffstat (limited to 'gdb/common/vec.h')
-rw-r--r-- | gdb/common/vec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/common/vec.h b/gdb/common/vec.h index fa15370..49116e1 100644 --- a/gdb/common/vec.h +++ b/gdb/common/vec.h @@ -22,10 +22,8 @@ #include <stddef.h> -#ifndef GDBSERVER #include "gdb_string.h" #include "gdb_assert.h" -#endif /* The macros here implement a set of templated vector types and associated interfaces. These templates are implemented with |