]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/version.h
do not do the same looping twice
[apt.git] / apt-pkg / version.h
index c9257d1163264adab8cff53a24c5877211b49bf0..e0e0e6c1410f87f86d1aa41527306bc3c4ea907f 100644 (file)
 #ifndef PKGLIB_VERSION_H
 #define PKGLIB_VERSION_H
 
-
-#include <apt-pkg/strutl.h>    
+#include <apt-pkg/strutl.h>
 #include <string>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+#endif
+
 class pkgVersioningSystem
 {
    public:
@@ -55,8 +58,4 @@ class pkgVersioningSystem
    virtual ~pkgVersioningSystem() {};
 };
 
-#ifdef APT_COMPATIBILITY
-#include <apt-pkg/debversion.h>
-#endif
-
 #endif