X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffaccessat.c;h=3ba9fee2a984443e6f14fb500b176358abf6e6d0;hb=a918da4d61d28be61a12605c9d35e2cf3966d866;hp=42479c7fdfa3dd0278420a39f47ba8a93c28c569;hpb=d4356ced2b562ac55101ab23a5321114c41e0eda;p=gnulib.git diff --git a/lib/faccessat.c b/lib/faccessat.c index 42479c7fd..3ba9fee2a 100644 --- a/lib/faccessat.c +++ b/lib/faccessat.c @@ -1,5 +1,5 @@ /* Check the access rights of a file relative to an open directory. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2011 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 @@ -20,11 +20,6 @@ #include -#include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */ -#include "openat.h" -#include "openat-priv.h" -#include "save-cwd.h" - #ifndef HAVE_ACCESS /* Mingw lacks access, but it also lacks real vs. effective ids, so the gnulib euidaccess module is good enough. */