|
@@ -16,27 +16,18 @@
|
|
|
#include <apt-pkg/deblistparser.h>
|
|
#include <apt-pkg/deblistparser.h>
|
|
|
#include <apt-pkg/debrecords.h>
|
|
#include <apt-pkg/debrecords.h>
|
|
|
#include <apt-pkg/configuration.h>
|
|
#include <apt-pkg/configuration.h>
|
|
|
-#include <apt-pkg/progress.h>
|
|
|
|
|
#include <apt-pkg/error.h>
|
|
#include <apt-pkg/error.h>
|
|
|
-#include <apt-pkg/strutl.h>
|
|
|
|
|
-#include <apt-pkg/acquire-item.h>
|
|
|
|
|
-#include <apt-pkg/debmetaindex.h>
|
|
|
|
|
-#include <apt-pkg/gpgv.h>
|
|
|
|
|
#include <apt-pkg/fileutl.h>
|
|
#include <apt-pkg/fileutl.h>
|
|
|
#include <apt-pkg/indexfile.h>
|
|
#include <apt-pkg/indexfile.h>
|
|
|
-#include <apt-pkg/mmap.h>
|
|
|
|
|
#include <apt-pkg/pkgcache.h>
|
|
#include <apt-pkg/pkgcache.h>
|
|
|
#include <apt-pkg/cacheiterators.h>
|
|
#include <apt-pkg/cacheiterators.h>
|
|
|
-#include <apt-pkg/pkgcachegen.h>
|
|
|
|
|
#include <apt-pkg/pkgrecords.h>
|
|
#include <apt-pkg/pkgrecords.h>
|
|
|
#include <apt-pkg/srcrecords.h>
|
|
#include <apt-pkg/srcrecords.h>
|
|
|
-#include <apt-pkg/sptr.h>
|
|
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
#include <stdio.h>
|
|
|
#include <iostream>
|
|
#include <iostream>
|
|
|
-#include <sstream>
|
|
|
|
|
#include <string>
|
|
#include <string>
|
|
|
-#include <memory>
|
|
|
|
|
|
|
+
|
|
|
#include <sys/stat.h>
|
|
#include <sys/stat.h>
|
|
|
/*}}}*/
|
|
/*}}}*/
|
|
|
|
|
|