From: Julian Andres Klode Date: Mon, 8 Aug 2016 21:52:14 +0000 (+0200) Subject: apt-private: Do not include apti18n.h in headers X-Git-Tag: 1.3_rc1~9^2~5 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/c3dae8787fc803367de6ace5f71f98fc5f1d5b02?hp=--cc apt-private: Do not include apti18n.h in headers This causes build failures when turning translations off. --- c3dae8787fc803367de6ace5f71f98fc5f1d5b02 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 #include -#include - // 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 #include -#include - class OpProgress; class VerIteratorWithCaching