Skip to content

Commit

Permalink
apt-private: Do not include apti18n.h in headers
Browse files Browse the repository at this point in the history
This causes build failures when turning translations off.
  • Loading branch information
julian-klode committed Aug 10, 2016
1 parent 66eae02 commit c3dae87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions apt-private/private-cachefile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions apt-private/private-cacheset.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include <set>
#include <string>

#include <apti18n.h>

class OpProgress;

class VerIteratorWithCaching
Expand Down

0 comments on commit c3dae87

Please sign in to comment.