summaryrefslogtreecommitdiff
path: root/lib/dircallback.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dircallback.c')
-rw-r--r--lib/dircallback.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/dircallback.c b/lib/dircallback.c
index 29fb276c..5dbf3b3b 100644
--- a/lib/dircallback.c
+++ b/lib/dircallback.c
@@ -1,5 +1,5 @@
/* listfile.c -- run a function in a specific directory
- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -32,11 +32,6 @@
#include "save-cwd.h"
-/* The presence of unistd.h is assumed by gnulib these days, so we
- * might as well assume it too.
- */
-#include <unistd.h> /* for readlink() */
-
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif