]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cacheset.cc
do not pollute namespace in the headers with using (Closes: #500198)
[apt.git] / apt-pkg / cacheset.cc
index a1de613e2636c6e65b5fa94f4634c47edbd6e194..386ecfb5fad83f4f7106348c6c79a7ba2e3dfec0 100644 (file)
@@ -9,6 +9,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/aptconfiguration.h>
 #include <apt-pkg/cachefilter.h>
 #include <apt-pkg/cacheset.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/versionmatch.h>
 
-#include <apti18n.h>
-
 #include <vector>
 
 #include <regex.h>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 namespace APT {
 // FromTask - Return all packages in the cache from a specific task    /*{{{*/