]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.cc
do not call resolver twice on (dist-)upgrade
[apt.git] / apt-pkg / clean.cc
index eae419e34679cb1947dda443642bbac3e3cedcc9..0ee3b765d4ebf49c292b41c8f8b568e41b82c238 100644 (file)
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/aptconfiguration.h>
 #include <apt-pkg/fileutl.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 
+#include <string>
+#include <string.h>
 #include <dirent.h>
 #include <sys/stat.h>
 #include <unistd.h>
@@ -105,7 +109,7 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache)
               break;
            }
            
-           // See if this verison matches the file
+           // See if this version matches the file
            if (IsFetchable == true && Ver == V.VerStr())
               break;
         }