]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefilter.cc
ensure that apti18n.h is included last as advertised (Closes: #671623)
[apt.git] / apt-pkg / cachefilter.cc
index 9ec3fa699ba34d9e45a645dab5bb3b88823724a6..fb444208c21b6f1cebd2d9ae2fbd6cbbcbe381e6 100644 (file)
 #include <apt-pkg/error.h>
 #include <apt-pkg/pkgcache.h>
 
-#include <apti18n.h>
-
 #include <string>
 
 #include <regex.h>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 namespace APT {
 namespace CacheFilter {