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://review.tizen.org/git/?a=commitdiff_plain;h=1450c855b62084c0e490e7738282932425cf3a9c;p=platform%2Fupstream%2Fcoreutils.git Use "", not <> to include non-system header files. --- diff --git a/lib/backupfile.c b/lib/backupfile.c index 0339cae..fa5ece1 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 57676c9..13b86d0 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"