Remove some explicit memory management from dwarf2read.c
[deliverable/binutils-gdb.git] / bfd / sysdep.h
index bc7dbcf6c34242fcdeefe099c4217e874fa1fa8e..b428a050f0e0b908af9c909bae2de96b77c98642 100644 (file)
@@ -1,5 +1,5 @@
 /* sysdep.h -- handle host dependencies for the BFD library
-   Copyright (C) 1995-2018 Free Software Foundation, Inc.
+   Copyright (C) 1995-2020 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #include "config.h"
 
-#include "ansidecl.h"
-
 #ifdef HAVE_STDDEF_H
 #include <stddef.h>
 #endif
 
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 
 #include <errno.h>
 #if !(defined(errno) || defined(_MSC_VER) && defined(_INC_ERRNO))
This page took 0.023692 seconds and 4 git commands to generate.