diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/backupfile.c | 6 | ||||
-rw-r--r-- | lib/rename.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/backupfile.c b/lib/backupfile.c index 0339caee2..fa5ece199 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -107,9 +107,9 @@ char *malloc (); # define REAL_DIR_ENTRY(dp) 1 #endif -#include <argmatch.h> -#include <backupfile.h> -#include <dirname.h> +#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 57676c964..13b86d043 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -30,8 +30,8 @@ # include <strings.h> #endif -#include <dirname.h> -#include <xalloc.h> +#include "dirname.h" +#include "xalloc.h" #ifndef HAVE_DECL_FREE "this configure-time declaration test was not run" |