]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/mcore/interp.c
sim: drop unused headers
[thirdparty/binutils-gdb.git] / sim / mcore / interp.c
index e2cafbca19140a7f5be4737f8a3850fd0fd114a7..1b8d2a367826c2c13be0b23b19556cefbbf6951e 100644 (file)
@@ -19,10 +19,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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"