Fix elf64-ppc.c electric fence warning
[deliverable/binutils-gdb.git] / gdb / common / vec.h
index 82d4b0d87293bc75201997d615da480ee6ab391d..41e41b5b22c9f5ec14711aac35ce4ae6bceab1e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Vector API for GDB.
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
+   Copyright (C) 2004-2015 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
    This file is part of GDB.
@@ -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
This page took 0.024787 seconds and 4 git commands to generate.