diff options
Diffstat (limited to 'apt-pkg/srcrecords.h')
-rw-r--r-- | apt-pkg/srcrecords.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h index 77d648fa8..8c4b00906 100644 --- a/apt-pkg/srcrecords.h +++ b/apt-pkg/srcrecords.h @@ -18,10 +18,6 @@ #include <string> #include <vector> -#ifndef APT_8_CLEANER_HEADERS -using std::string; -using std::vector; -#endif class pkgSourceList; class pkgIndexFile; |