]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-output.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-private / private-output.h
index 2a2a694584b9567d869734ec98de7087f2ba3cf7..81643f90a6b6f899990d5b44e22906902fc4a936 100644 (file)
@@ -1,17 +1,14 @@
 #ifndef APT_PRIVATE_OUTPUT_H
 #define APT_PRIVATE_OUTPUT_H
 
+#include <apt-pkg/pkgcache.h>
 
-#include <iostream>
 #include <fstream>
 #include <string>
 
-#include "private-cachefile.h"
-
 // forward declaration
 class pkgCacheFile;
 class CacheFile;
-class pkgCache;
 class pkgDepCache;
 class pkgRecords;