From: Jim Meyering Date: Sat, 12 May 2001 15:41:11 +0000 (+0000) Subject: Use "", not <> to include non-system header files. X-Git-Tag: CPPI-1_9~147 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1450c855b62084c0e490e7738282932425cf3a9c;p=thirdparty%2Fcoreutils.git Use "", not <> to include non-system header files. --- diff --git a/lib/backupfile.c b/lib/backupfile.c index 0339caee24..fa5ece1992 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -107,9 +107,9 @@ char *malloc (); # define REAL_DIR_ENTRY(dp) 1 #endif -#include -#include -#include +#include "argmatch.h" +#include "backupfile.h" +#include "dirname.h" /* The extension added to file names to produce a simple (as opposed to numbered) backup file name. */ diff --git a/lib/rename.c b/lib/rename.c index 57676c9640..13b86d0431 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -30,8 +30,8 @@ # include #endif -#include -#include +#include "dirname.h" +#include "xalloc.h" #ifndef HAVE_DECL_FREE "this configure-time declaration test was not run"