]> git.saurik.com Git - apt.git/commitdiff
apt-private: Do not include apti18n.h in headers
authorJulian Andres Klode <jak@debian.org>
Mon, 8 Aug 2016 21:52:14 +0000 (23:52 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 10 Aug 2016 14:17:19 +0000 (16:17 +0200)
This causes build failures when turning translations off.

apt-private/private-cachefile.h
apt-private/private-cacheset.h

index 27642e0258d53e25a3b4ec16ad89dcf07d871c9d..77e8b61d97371f41d1ceaf2867ea51ea77ff8ae8 100644 (file)
@@ -9,8 +9,6 @@
 #include <apt-pkg/sourcelist.h>
 #include <apt-pkg/cacheset.h>
 
-#include <apti18n.h>
-
 // class CacheFile - Cover class for some dependency cache functions   /*{{{*/
 class APT_PUBLIC CacheFile : public pkgCacheFile
 {
index 4a43155febbdd2142fd60d91af45c0e6681d4ebb..37c92108174927c99bb452fb13a35136cec15c7d 100644 (file)
@@ -11,8 +11,6 @@
 #include <set>
 #include <string>
 
-#include <apti18n.h>
-
 class OpProgress;
 
 class VerIteratorWithCaching