]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-output.h
fix test/integration/test-apt-helper
[apt.git] / apt-private / private-output.h
index ba04ee2215214b6e97b27f9bbbfbe32d477d0713..81643f90a6b6f899990d5b44e22906902fc4a936 100644 (file)
@@ -1,17 +1,14 @@
 #ifndef APT_PRIVATE_OUTPUT_H
 #define APT_PRIVATE_OUTPUT_H
 
 #ifndef APT_PRIVATE_OUTPUT_H
 #define APT_PRIVATE_OUTPUT_H
 
+#include <apt-pkg/pkgcache.h>
 
 
-#include <iostream>
 #include <fstream>
 #include <string>
 
 #include <fstream>
 #include <string>
 
-#include "private-cachefile.h"
-
 // forward declaration
 class pkgCacheFile;
 class CacheFile;
 // forward declaration
 class pkgCacheFile;
 class CacheFile;
-class pkgCache;
 class pkgDepCache;
 class pkgRecords;
 
 class pkgDepCache;
 class pkgRecords;
 
@@ -43,10 +40,6 @@ bool ShowEssential(std::ostream &out,CacheFile &Cache);
 
 void Stats(std::ostream &out, pkgDepCache &Dep);
 
 
 void Stats(std::ostream &out, pkgDepCache &Dep);
 
-// helpers to display single package data
-std::string
-GetArchiveSuite(pkgCacheFile &CacheFile, pkgCache::VerIterator ver);
-
 // prompting
 bool YnPrompt(bool Default=true);
 bool AnalPrompt(const char *Text);
 // prompting
 bool YnPrompt(bool Default=true);
 bool AnalPrompt(const char *Text);