]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
try to avoid direct usage of .Fd() if possible and do read()s and co
[apt.git] / apt-pkg / contrib / strutl.h
index 93f4bef4f383cb04e923199cbaaa969607de0910..337139d5d53050ff746221f23d2e714ef54da590 100644 (file)
 
 #include "macros.h"
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+using std::vector;
+using std::ostream;
+#endif
+
 bool UTF8ToCodeset(const char *codeset, const std::string &orig, std::string *dest);
 char *_strstrip(char *String);
 char *_strtabexpand(char *String,size_t Len);