]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/mmap.h
- add a ReadLine method
[apt.git] / apt-pkg / contrib / mmap.h
index 387e9a170bab9d5c0253dd8a0779f641f91dc3b0..2ed4a95f8be576335b30cdc796911b3ebd3a9c90 100644 (file)
@@ -27,7 +27,8 @@
 
 
 #include <string>
-#include <apt-pkg/fileutl.h>
+
+class FileFd;
 
 /* This should be a 32 bit type, larger tyes use too much ram and smaller
    types are too small. Where ever possible 'unsigned long' should be used