From: Paul Eggert Date: Wed, 16 Jun 1999 12:44:52 +0000 (+0000) Subject: Move include of backupfile.h to common.h. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ec424c77a9b2bb8c6b4a0a33d7faa77f56bbc388;p=chaz%2Ftar Move include of backupfile.h to common.h. --- diff --git a/src/tar.c b/src/tar.c index 2b20122..9de9099 100644 --- a/src/tar.c +++ b/src/tar.c @@ -27,7 +27,6 @@ #define GLOBAL #include "common.h" -#include "backupfile.h" #include "xstrtol.h" time_t get_date ();