Browse Source

apt-private: Do not include apti18n.h in headers

This causes build failures when turning translations off.
Julian Andres Klode 7 years ago
parent
commit
c3dae8787f
2 changed files with 0 additions and 4 deletions
  1. 0 2
      apt-private/private-cachefile.h
  2. 0 2
      apt-private/private-cacheset.h

+ 0 - 2
apt-private/private-cachefile.h

@@ -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
 {

+ 0 - 2
apt-private/private-cacheset.h

@@ -11,8 +11,6 @@
 #include <set>
 #include <string>
 
-#include <apti18n.h>
-
 class OpProgress;
 
 class VerIteratorWithCaching