diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-04 12:29:57 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-04 12:29:57 +0100 |
commit | 453a5e964ef7404909132a4c5e9e734026fc93a3 (patch) | |
tree | c3a8e3abcf83aa5abd67527a8d0cea9619e35e4d /apt-pkg/cachefile.cc | |
parent | 76b8e5a572455fd7360d346a6c70428b1cb5de43 (diff) | |
parent | e06c72cd8d39433b04883f35dea81619b8464b0e (diff) |
merged from apt--mvo
Diffstat (limited to 'apt-pkg/cachefile.cc')
-rw-r--r-- | apt-pkg/cachefile.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/cachefile.cc b/apt-pkg/cachefile.cc index cccad2bf3..1a84aea54 100644 --- a/apt-pkg/cachefile.cc +++ b/apt-pkg/cachefile.cc @@ -19,6 +19,8 @@ #include <apt-pkg/configuration.h> #include <apt-pkg/policy.h> #include <apt-pkg/pkgsystem.h> +#include <apt-pkg/acquire-item.h> +#include <apt-pkg/fileutl.h> #include <apti18n.h> /*}}}*/ @@ -107,6 +109,7 @@ bool pkgCacheFile::Open(OpProgress &Progress,bool WithLock) } /*}}}*/ + // CacheFile::Close - close the cache files /*{{{*/ // --------------------------------------------------------------------- /* */ |