* lib/unistd_.h (getcwd): No need to re-include <stdlib.h>.
Change-Id: Id3256ea5506dea9e7ee820582de9bdfedd32b967
Signed-off-by: Eric Blake <ebb9@byu.net>
Origin: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=
adbded99ab66dd4da5daa65db02fe890ab3e9729
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
+2009-12-22 Eric Blake <ebb9@byu.net>
+
+ math, unistd: avoid redundant includes
+ * lib/unistd_.h (getcwd): Likewise, for <stdlib.h>.
+
2007-03-20 Jim Meyering <jim@meyering.net>
Fix a typo in the handling of %x and %X.
#if @GNULIB_GETCWD@
-/* Include the headers that might declare getcwd so that they will not
- cause confusion if included after this file. */
-# include <stdlib.h>
# if @REPLACE_GETCWD@
/* Get the name of the current working directory, and put it in SIZE bytes
of BUF.