]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/version.h
merged lp:~donkult/apt/experimental
[apt.git] / apt-pkg / version.h
index c9257d1163264adab8cff53a24c5877211b49bf0..92dbc2576732edde7bd8c17bdf3375f000b8c185 100644 (file)
@@ -20,8 +20,7 @@
 #ifndef PKGLIB_VERSION_H
 #define PKGLIB_VERSION_H
 
-
-#include <apt-pkg/strutl.h>    
+#include <apt-pkg/strutl.h>
 #include <string>
 
 class pkgVersioningSystem
@@ -55,8 +54,4 @@ class pkgVersioningSystem
    virtual ~pkgVersioningSystem() {};
 };
 
-#ifdef APT_COMPATIBILITY
-#include <apt-pkg/debversion.h>
-#endif
-
 #endif