diff options
author | Julian Andres Klode <jak@debian.org> | 2017-07-12 13:42:18 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-07-12 13:56:05 +0200 |
commit | c46f94aa48a9707668c46118b3eec77ff318b78c (patch) | |
tree | e89411016913f82578dfb1285b8e2887655517a9 /cmdline/apt-cache.cc | |
parent | 5caf6ee2db1ebf294fb0412fddf7d187840cce70 (diff) |
Drop cacheiterators.h include
Including cacheiterators.h before pkgcache.h fails because
pkgcache.h depends on cacheiterators.h.
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r-- | cmdline/apt-cache.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 2fe2e7649..ccec1b1f9 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -34,7 +34,6 @@ #include <apt-pkg/strutl.h> #include <apt-pkg/tagfile.h> #include <apt-pkg/version.h> -#include <apt-pkg/cacheiterators.h> #include <apt-pkg/configuration.h> #include <apt-pkg/depcache.h> #include <apt-pkg/macros.h> |