summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-07-12 13:42:18 +0200
committerJulian Andres Klode <jak@debian.org>2017-07-12 13:56:05 +0200
commitc46f94aa48a9707668c46118b3eec77ff318b78c (patch)
treee89411016913f82578dfb1285b8e2887655517a9 /apt-pkg/acquire-item.h
parent5caf6ee2db1ebf294fb0412fddf7d187840cce70 (diff)
Drop cacheiterators.h include
Including cacheiterators.h before pkgcache.h fails because pkgcache.h depends on cacheiterators.h.
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r--apt-pkg/acquire-item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h
index 343144122..5ce85a5d6 100644
--- a/apt-pkg/acquire-item.h
+++ b/apt-pkg/acquire-item.h
@@ -24,7 +24,6 @@
#include <apt-pkg/hashes.h>
#include <apt-pkg/weakptr.h>
#include <apt-pkg/pkgcache.h>
-#include <apt-pkg/cacheiterators.h>
#include <string>
#include <vector>