diff options
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r-- | binutils/bucomm.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c index 5a3eab6..8ce66ab 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -25,16 +25,9 @@ #include "bfd.h" #include "libiberty.h" #include "filenames.h" - -#include <time.h> /* ctime, maybe time_t */ +#include <time.h> #include <assert.h> #include "bucomm.h" - -#ifndef HAVE_TIME_T_IN_TIME_H -#ifndef HAVE_TIME_T_IN_TYPES_H -typedef long time_t; -#endif -#endif /* Error reporting. */ |