From 3c9e00c4fdfd04d20b8310fd32cc4a5d9f0b49c6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 May 2001 15:40:47 +0000 Subject: Use "", not <> to include non-system header files. --- lib/addext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/addext.c b/lib/addext.c index 65db258f6..edd56c3dd 100644 --- a/lib/addext.c +++ b/lib/addext.c @@ -47,8 +47,8 @@ # include #endif -#include -#include +#include "backupfile.h" +#include "dirname.h" /* Append to FILENAME the extension EXT, unless the result would be too long, in which case just append the character E. */ -- cgit v1.2.3-70-g09d2