From 4d3c733045cfc14bb1b472a064fd69044f56ca51 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 26 Nov 2013 13:51:19 +0000 Subject: * libc/posix/posix_spawn.c: Drop using namespace.h. --- newlib/libc/posix/posix_spawn.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'newlib/libc/posix') diff --git a/newlib/libc/posix/posix_spawn.c b/newlib/libc/posix/posix_spawn.c index d27c08ac0..e5655e29a 100644 --- a/newlib/libc/posix/posix_spawn.c +++ b/newlib/libc/posix/posix_spawn.c @@ -90,7 +90,6 @@ Supporting OS subroutines required: <<_close>>, <>, <<_fcntl>>, #include -#include "namespace.h" #include #include #include @@ -103,7 +102,6 @@ Supporting OS subroutines required: <<_close>>, <>, <<_fcntl>>, #include #include #include -#include "un-namespace.h" /* Only deal with a pointer to environ, to work around subtle bugs with shared libraries and/or small data systems where the user declares his own -- cgit v1.2.3