Переглянути джерело

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

This causes build failures when turning translations off.
Julian Andres Klode 10 роки тому
батько
коміт
c3dae8787f
2 змінених файлів з 0 додано та 4 видалено
  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