*** empty log message ***
[gnulib.git] / lib / rename.c
index 29a8da4..13b86d0 100644 (file)
@@ -30,7 +30,8 @@
 # include <strings.h>
 #endif
 
-#include <xalloc.h>
+#include "dirname.h"
+#include "xalloc.h"
 
 #ifndef HAVE_DECL_FREE
 "this configure-time declaration test was not run"
@@ -39,8 +40,6 @@
 void free ();
 #endif
 
-void strip_trailing_slashes ();
-
 /* Rename the file SRC_PATH to DST_PATH, removing any trailing
    slashes from SRC_PATH.  Needed for SunOS 4.1.1_U1.  */