]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-download.h
move fd duplication closer to the gz/bz2 open calls
[apt.git] / apt-private / private-download.h
index b8cc8da1eb3b1783682cf468b5ec8465b5a25871..1447845edde7883ceb0fb9905bc4428e20fffc7a 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef APT_PRIVATE_DOWNLOAD_H
 #define APT_PRIVATE_DOWNLOAD_H
 
-#include <apt-pkg/acquire.h>
+class pkgAcquire;
 
 bool CheckAuth(pkgAcquire& Fetcher, bool const PromptUser);
 bool AcquireRun(pkgAcquire &Fetcher, int const PulseInterval, bool * const Failure, bool * const TransientNetworkFailure);