* complete copyright information.
*/
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/dtime.h"
+#include "annosbr.h"
+#include "sbr/m_gmprot.h"
+#include "sbr/cpydata.h"
+#include "sbr/m_backup.h"
#include "sbr/error.h"
-#include <h/tws.h>
-#include <h/utils.h>
+#include "h/tws.h"
+#include "h/utils.h"
#include "sbr/lock_file.h"
#include "sbr/m_mktemp.h"
#include <fcntl.h>
if (stat(file, &s) == -1) {
inform("can't get access and modification times for %s", file);
- preserve_actime_and_modtime = 0;
+ preserve_actime_and_modtime = 0;
}
b.actime = s.st_atime;