From c3dae8787fc803367de6ace5f71f98fc5f1d5b02 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 8 Aug 2016 23:52:14 +0200 Subject: apt-private: Do not include apti18n.h in headers This causes build failures when turning translations off. --- apt-private/private-cachefile.h | 2 -- apt-private/private-cacheset.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'apt-private') 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 -- cgit v1.2.3