]> git.saurik.com Git - apt.git/blobdiff - methods/rred.cc
more explicit MarkRequired algorithm code
[apt.git] / methods / rred.cc
index 79ab8cb5282f00e6d94bbaf176793db0c555a70e..51af3755784567aa84d47428b1f713d7ac384a81 100644 (file)
@@ -10,7 +10,6 @@
 #include <apt-pkg/init.h>
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
-#include <apt-pkg/acquire-method.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/hashes.h>
 #include <apt-pkg/configuration.h>
@@ -704,8 +703,7 @@ int main(int argc, char **argv)
    Patch patch;
 
    if (argc <= 1) {
-      RredMethod Mth;
-      return Mth.Run();
+      return RredMethod().Run();
    }
 
    // Usage: rred -t input output diff ...