]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
updating <date> tags and the po files for the manpages
[apt.git] / apt-pkg / tagfile.h
index e3034b62818e56563cbc0c1b7e843be8f1584aef..fd24471c19e83efe1df2e027a25ee0b3f3b80fc1 100644 (file)
 #ifndef PKGLIB_TAGFILE_H
 #define PKGLIB_TAGFILE_H
 
+#include <stdio.h>
+
+#include <string>
 
+#ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/fileutl.h>
-#include <stdio.h>
+#endif
+
+class FileFd;
 
 class pkgTagSection
 {