X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/95f45727964767f11534eb5347af3fc3a8a6e020..5aa95c863d9bc5b0de7dd1279d3ad672193cc3a6:/methods/copy.cc diff --git a/methods/copy.cc b/methods/copy.cc index 8dd0bd3f5..72896b4c0 100644 --- a/methods/copy.cc +++ b/methods/copy.cc @@ -13,7 +13,6 @@ #include #include #include -#include #include #include @@ -80,7 +79,7 @@ bool CopyMethod::Fetch(FetchItem *Itm) To.OpFail(); return _error->Errno("utime",_("Failed to set modification time")); } - + Hashes Hash; FileFd Fd(Res.Filename, FileFd::ReadOnly); Hash.AddFD(Fd.Fd(), Fd.Size());