From 437b98461ed8b00b73d916a847c961fd48bfc22e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 May 1997 14:16:49 +0000 Subject: Don't include backupfile.h. --- lib/basename.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/basename.c') diff --git a/lib/basename.c b/lib/basename.c index 8d18a8fab..4087e3dc0 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, -- cgit v1.2.3-54-g00ecf