diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-05 15:37:31 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-05 15:37:31 +0200 |
commit | a00a9b44a1e0abf944d88c36ceaac8afdd207dcb (patch) | |
tree | 038dbe61e80ac809de33bb8fc3c74e24f7fb8be6 /apt-pkg/cachefilter.cc | |
parent | 7f5aab82708813d86aab04029095988f40a8462e (diff) |
ensure that apti18n.h is included last as advertised (Closes: #671623)
Diffstat (limited to 'apt-pkg/cachefilter.cc')
-rw-r--r-- | apt-pkg/cachefilter.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/cachefilter.cc b/apt-pkg/cachefilter.cc index 9ec3fa699..fb444208c 100644 --- a/apt-pkg/cachefilter.cc +++ b/apt-pkg/cachefilter.cc @@ -10,11 +10,11 @@ #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 { |