From 1450c855b62084c0e490e7738282932425cf3a9c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 May 2001 15:41:11 +0000 Subject: [PATCH] Use "", not <> to include non-system header files. --- lib/backupfile.c | 6 +++--- lib/rename.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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" -- 2.7.4