X-Git-Url: https://git.hcoop.net/ntk/apt.git/blobdiff_plain/6932831f2ace44eb3e586186ac848c8ca9b690da..ea54214002c09eeb4dd498d97a564471ec9993c5:/apt-pkg/cacheset.cc diff --git a/apt-pkg/cacheset.cc b/apt-pkg/cacheset.cc index a1de613e..386ecfb5 100644 --- a/apt-pkg/cacheset.cc +++ b/apt-pkg/cacheset.cc @@ -9,6 +9,8 @@ ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ +#include + #include #include #include @@ -16,11 +18,11 @@ #include #include -#include - #include #include + +#include /*}}}*/ namespace APT { // FromTask - Return all packages in the cache from a specific task /*{{{*/