summaryrefslogtreecommitdiff
path: root/python/cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/cache.cc')
-rw-r--r--python/cache.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/python/cache.cc b/python/cache.cc
index aff5854a..9ad558da 100644
--- a/python/cache.cc
+++ b/python/cache.cc
@@ -20,17 +20,9 @@
#include <Python.h>
#include "progress.h"
-
+#include "cache.h"
/*}}}*/
-struct PkgListStruct
-{
- pkgCache::PkgIterator Iter;
- unsigned long LastIndex;
-
- PkgListStruct(pkgCache::PkgIterator const &I) : Iter(I), LastIndex(0) {}
- PkgListStruct() {abort();}; // G++ Bug..
-};
struct RDepListStruct
{