Don't include backupfile.h.
authorJim Meyering <jim@meyering.net>
Tue, 27 May 1997 14:16:49 +0000 (14:16 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 May 1997 14:16:49 +0000 (14:16 +0000)
lib/basename.c

index 8d18a8f..4087e3d 100644 (file)
@@ -4,14 +4,12 @@
 # include <config.h>
 #endif
 
-#include <backupfile.h>
-
 #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,