diff options
Diffstat (limited to 'otherlibs/unix')
-rw-r--r-- | otherlibs/unix/putenv.c | 1 | ||||
-rw-r--r-- | otherlibs/unix/socketaddr.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/otherlibs/unix/putenv.c b/otherlibs/unix/putenv.c index 3bd7b4519..5b2bcd2a7 100644 --- a/otherlibs/unix/putenv.c +++ b/otherlibs/unix/putenv.c @@ -16,7 +16,6 @@ #include <memory.h> #include <mlvalues.h> -#include <str.h> #include "unixsupport.h" diff --git a/otherlibs/unix/socketaddr.c b/otherlibs/unix/socketaddr.c index ebadf6340..8c53ca0ca 100644 --- a/otherlibs/unix/socketaddr.c +++ b/otherlibs/unix/socketaddr.c @@ -15,7 +15,6 @@ #include <mlvalues.h> #include <alloc.h> #include <memory.h> -#include <str.h> #include <errno.h> #include "unixsupport.h" |