aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/interp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-02-19 04:09:54 -0500
committerMike Frysinger <vapier@gentoo.org>2015-02-20 00:16:14 -0500
commitdc049bf460bb1243aaaa48745bb8df64bbb3e1cd (patch)
tree1cd4402936d6e863d157f55804e0b16d72e97cfa /sim/microblaze/interp.c
parent4c4ca605d5332d4d5b0112932cbf379d82bb7d15 (diff)
downloadgdb-dc049bf460bb1243aaaa48745bb8df64bbb3e1cd.zip
gdb-dc049bf460bb1243aaaa48745bb8df64bbb3e1cd.tar.gz
gdb-dc049bf460bb1243aaaa48745bb8df64bbb3e1cd.tar.bz2
sim: drop unused headers
These look like left over hacks from the days where we had to protect ourselves from the compiler and C library. None of these checks are relevant, and we have common configure logic to do header tests. Punt them all now.
Diffstat (limited to 'sim/microblaze/interp.c')
-rw-r--r--sim/microblaze/interp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c
index b9349bc..64850ef 100644
--- a/sim/microblaze/interp.c
+++ b/sim/microblaze/interp.c
@@ -18,10 +18,11 @@
#include "config.h"
#include <signal.h>
-#include "sysdep.h"
+#include <stdlib.h>
+#include <string.h>
#include <sys/times.h>
#include <sys/param.h>
-#include <netinet/in.h> /* for byte ordering macros */
+#include <unistd.h>
#include "bfd.h"
#include "gdb/callback.h"
#include "libiberty.h"