aboutsummaryrefslogtreecommitdiff
path: root/sim/moxie/interp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-04 08:33:24 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-04 21:56:38 -0400
commita147f3ff8c353a68d8525149f34d08bbe62bc6fa (patch)
tree90e93b10b0ff47b90d27841eb6a91e5086a1f300 /sim/moxie/interp.c
parent4df817de57014779d4c07036bcd3835f10b4ba92 (diff)
downloadgdb-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.zip
gdb-a147f3ff8c353a68d8525149f34d08bbe62bc6fa.tar.gz
gdb-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/moxie/interp.c')
-rw-r--r--sim/moxie/interp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/moxie/interp.c b/sim/moxie/interp.c
index 417ff9e..4228dd5 100644
--- a/sim/moxie/interp.c
+++ b/sim/moxie/interp.c
@@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <signal.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/times.h>
#include <sys/param.h>
#include <unistd.h>
#include "bfd.h"