summaryrefslogtreecommitdiff
path: root/gdb/common/vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/vec.h')
-rw-r--r--gdb/common/vec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/common/vec.h b/gdb/common/vec.h
index 82d4b0d8729..c406c9c923e 100644
--- a/gdb/common/vec.h
+++ b/gdb/common/vec.h
@@ -20,8 +20,6 @@
#if !defined (GDB_VEC_H)
#define GDB_VEC_H
-#include <string.h>
-
/* The macros here implement a set of templated vector types and
associated interfaces. These templates are implemented with
macros, as we're not in C++ land. The interface functions are