Browse Source

Move include of backupfile.h to common.h.

Paul Eggert 26 years ago
parent
commit
ec424c77a9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/tar.c

+ 0 - 1
src/tar.c

@@ -27,7 +27,6 @@
 #define GLOBAL
 #define GLOBAL
 #include "common.h"
 #include "common.h"
 
 
-#include "backupfile.h"
 #include "xstrtol.h"
 #include "xstrtol.h"
 
 
 time_t get_date ();
 time_t get_date ();