diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-17 20:04:44 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-17 20:04:44 +0200 |
commit | 8fde723961709118837153cdf94f150c680e10e9 (patch) | |
tree | 3cff8c287e111df66a93e9c55b6c9a3e959f4b79 /cmdline/apt-cache.cc | |
parent | 9ba5aa3b01f1f7c08c74f5d0a21971db221d30f1 (diff) |
* apt-pkg/cacheset.cc:
- move them back to the library as they look stable now
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r-- | cmdline/apt-cache.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 557996693..1a1ddcb8c 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -17,6 +17,7 @@ #include <cassert> #include <apt-pkg/pkgcachegen.h> #include <apt-pkg/cachefile.h> +#include <apt-pkg/cacheset.h> #include <apt-pkg/init.h> #include <apt-pkg/progress.h> #include <apt-pkg/sourcelist.h> @@ -30,8 +31,6 @@ #include <apt-pkg/algorithms.h> #include <apt-pkg/sptr.h> -#include "cacheset.h" - #include <config.h> #include <apti18n.h> |