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-get.cc | |
parent | 9ba5aa3b01f1f7c08c74f5d0a21971db221d30f1 (diff) |
* apt-pkg/cacheset.cc:
- move them back to the library as they look stable now
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 7cf760c27..eaa982856 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -37,6 +37,7 @@ #include <apt-pkg/srcrecords.h> #include <apt-pkg/version.h> #include <apt-pkg/cachefile.h> +#include <apt-pkg/cacheset.h> #include <apt-pkg/sptr.h> #include <apt-pkg/md5.h> #include <apt-pkg/versionmatch.h> @@ -45,7 +46,6 @@ #include <apti18n.h> #include "acqprogress.h" -#include "cacheset.h" #include <set> #include <locale.h> |