From 95cd98f083211dc75f071a9a2929111c007340e7 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 12 Jan 2011 10:08:53 +0100 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ lib/save-cwd.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a2d05821..8cffb3a43 100644 --- 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 index 48016704a..16ffa2c49 100644 --- 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 -- 2.11.0