revert 2184.1.2: do not pollute namespace in headers
[ntk/apt.git] / apt-pkg / srcrecords.h
index a55bc74..06f0dce 100644 (file)
 #include <string>
 #include <vector>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+using std::vector;
+#endif
+
 class pkgSourceList;
 class pkgIndexFile;
 class pkgSrcRecords