diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-04 08:33:24 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-04 21:56:38 -0400 |
commit | a147f3ff8c353a68d8525149f34d08bbe62bc6fa (patch) | |
tree | 90e93b10b0ff47b90d27841eb6a91e5086a1f300 /sim/mn10300/op_utils.c | |
parent | 4df817de57014779d4c07036bcd3835f10b4ba92 (diff) | |
download | binutils-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.zip binutils-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.tar.gz binutils-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.tar.bz2 |
sim: remove sys/times.h in most places
The v850 port used this, and then it got copied to other ports even
though it wasn't needed. Clean it up to avoid portability issues on
platforms not providing this (e.g. mingw64 for Windows).
Diffstat (limited to 'sim/mn10300/op_utils.c')
-rw-r--r-- | sim/mn10300/op_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/mn10300/op_utils.c b/sim/mn10300/op_utils.c index 37d4323..882ff46 100644 --- a/sim/mn10300/op_utils.c +++ b/sim/mn10300/op_utils.c @@ -8,7 +8,6 @@ #endif #include <string.h> #include <sys/stat.h> -#include <sys/times.h> #include <sys/time.h> |