diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-08 23:52:14 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-10 16:17:19 +0200 |
commit | c3dae8787fc803367de6ace5f71f98fc5f1d5b02 (patch) | |
tree | 38da5fe42ec624b75a496582bc27e4004e8253c6 /apt-private | |
parent | 66eae02467da6304025d7becc878306a0cd92011 (diff) |
apt-private: Do not include apti18n.h in headers
This causes build failures when turning translations off.
Diffstat (limited to 'apt-private')
-rw-r--r-- | apt-private/private-cachefile.h | 2 | ||||
-rw-r--r-- | apt-private/private-cacheset.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/apt-private/private-cachefile.h b/apt-private/private-cachefile.h index 27642e025..77e8b61d9 100644 --- a/apt-private/private-cachefile.h +++ b/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 { diff --git a/apt-private/private-cacheset.h b/apt-private/private-cacheset.h index 4a43155fe..37c921081 100644 --- a/apt-private/private-cacheset.h +++ b/apt-private/private-cacheset.h @@ -11,8 +11,6 @@ #include <set> #include <string> -#include <apti18n.h> - class OpProgress; class VerIteratorWithCaching |