# HG changeset patch # User Rob Vermaas # Date 1294823333 -3600 # Node ID d256c4a2fbf111407aa4b321c971e604f16bc53a # Parent d5718604e475bf901f16d0bd0b96ed3132dc48c5 save-cwd: no longer include "xgetcwd.h" * lib/save-cwd.c: Don't include "xgetcwd.h"; it's no longer used. This avoids a compilation failure in projects that use save-cwd without also using the xgetcwd module. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-01-12 Rob Vermaas + + save-cwd: no longer include "xgetcwd.h" + * lib/save-cwd.c: Don't include "xgetcwd.h"; it's no longer used. + This avoids a compilation failure in projects that use save-cwd + without also using the xgetcwd module. + 2011-01-11 Paul Eggert ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr diff --git a/lib/save-cwd.c b/lib/save-cwd.c --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -30,7 +30,6 @@ #include "chdir-long.h" #include "unistd--.h" -#include "xgetcwd.h" #include "cloexec.h" #if GNULIB_FCNTL_SAFER