Extract string-printing out of ada_val_print_array
[deliverable/binutils-gdb.git] / gdb / gnu-v3-abi.c
index 1821f180a55e871547e888c51e904320d2a68717..a08dc368b4fd19ffaaab3551f190f19566ab3a6f 100644 (file)
@@ -1,7 +1,7 @@
 /* Abstraction of GNU v3 abi.
    Contributed by Jim Blandy <jimb@redhat.com>
 
-   Copyright (C) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,7 +30,7 @@
 #include "typeprint.h"
 
 #include "gdb_assert.h"
-#include "gdb_string.h"
+#include <string.h>
 
 static struct cp_abi_ops gnu_v3_abi_ops;
 
This page took 0.023591 seconds and 4 git commands to generate.