#include <string>
+
+#ifndef APT_8_CLEANER_HEADERS
#include <apt-pkg/fileutl.h>
+using std::string;
+#endif
+
+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