]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexrecords.h
stop exporting the accidently exported parsenetrc() symbol
[apt.git] / apt-pkg / indexrecords.h
index 66b84f8bb050d844343eab3efec737c4620c5f4d..a98b939bc69476f1514f20f6054082cd01490a20 100644 (file)
@@ -7,13 +7,16 @@
 
 
 #include <apt-pkg/pkgcache.h>
-#include <apt-pkg/fileutl.h>
 #include <apt-pkg/hashes.h>
 
 #include <map>
 #include <vector>
 #include <ctime>
 
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/fileutl.h>
+#endif
+
 class indexRecords
 {
    bool parseSumData(const char *&Start, const char *End, std::string &Name,