summaryrefslogtreecommitdiff
path: root/sim/ppc/lf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/lf.c')
-rw-r--r--sim/ppc/lf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sim/ppc/lf.c b/sim/ppc/lf.c
index 1794a27f35..a3815a8788 100644
--- a/sim/ppc/lf.c
+++ b/sim/ppc/lf.c
@@ -26,17 +26,8 @@
#include "misc.h"
#include "lf.h"
-#ifdef HAVE_STDLIB_H
#include <stdlib.h>
-#endif
-
-#ifdef HAVE_STRING_H
#include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
struct _lf {
FILE *stream;