]> git.saurik.com Git - apt.git/blobdiff - apt-inst/contrib/arfile.h
merge with current debian apt/experimental
[apt.git] / apt-inst / contrib / arfile.h
index e2063cd716a6430c9eb3acc7919df05c9f7cb29e..2be1323d1d97ffd375f99d94ce6ae93c60efc390 100644 (file)
@@ -17,7 +17,8 @@
 
 
 #include <string>
-#include <apt-pkg/fileutl.h>
+
+class FileFd;
 
 class ARArchive
 {
@@ -49,7 +50,7 @@ class ARArchive
 struct ARArchive::Member
 {
    // Fields from the header
-   string Name;
+   std::string Name;
    unsigned long MTime;
    unsigned long UID;
    unsigned long GID;