]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-mark.cc
merge with my debian-sid branch
[apt.git] / cmdline / apt-mark.cc
index b2c6649793b09f566d0b8f934082ae27e1604188..339cbdf447c4851d2a46e50c4644b8eec645f980 100644 (file)
@@ -5,17 +5,19 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/cachefile.h>
 #include <apt-pkg/cacheset.h>
 #include <apt-pkg/cmndline.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/init.h>
 #include <apt-pkg/strutl.h>
-
-#include <config.h>
-#include <apti18n.h>
+#include <apt-pkg/pkgsystem.h>
 
 #include <algorithm>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 using namespace std;