]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
use forward declaration in headers if possible instead of includes
[apt.git] / methods / https.h
index 3f0c416b6c9d5638faf9364a50c68cc932d0f8ae..b7adeb88084f32bb762796a318e8227960195178 100644 (file)
@@ -20,7 +20,7 @@ using std::cout;
 using std::endl;
 
 class HttpsMethod;
-
+class FileFd;
 
 class HttpsMethod : public pkgAcqMethod
 {
@@ -45,6 +45,7 @@ class HttpsMethod : public pkgAcqMethod
    };
 };
 
+#include <apt-pkg/strutl.h>
 URI Proxy;
 
 #endif