Fix xmethod Python so that it works with Python3.
[deliverable/binutils-gdb.git] / gdb / p-typeprint.c
index f26b9906534c2b320f34e702e3747bd4e23488c5..b1e16f02d3d23bf59a5eba124c861e72859b3937 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for printing Pascal types for GDB, the GNU debugger.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -31,8 +31,6 @@
 #include "p-lang.h"
 #include "typeprint.h"
 #include "gdb-demangle.h"
-#include <string.h>
-#include <errno.h>
 #include <ctype.h>
 
 static void pascal_type_print_varspec_suffix (struct type *, struct ui_file *,
This page took 0.024804 seconds and 4 git commands to generate.