From 0fb5d9e20e611c458913ad88757f1ad3d593e3ee Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 May 1997 14:16:49 +0000 Subject: [PATCH] Don't include backupfile.h. --- lib/basename.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/basename.c b/lib/basename.c index 8d18a8fab3..4087e3dc0f 100644 --- a/lib/basename.c +++ b/lib/basename.c @@ -4,14 +4,12 @@ # include #endif -#include - #ifndef FILESYSTEM_PREFIX_LEN -#define FILESYSTEM_PREFIX_LEN(f) 0 +# define FILESYSTEM_PREFIX_LEN(f) 0 #endif #ifndef ISSLASH -#define ISSLASH(c) ((c) == '/') +# define ISSLASH(c) ((c) == '/') #endif /* In general, we can't use the builtin `basename' function if available, -- 2.30.2