]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debversion.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / deb / debversion.h
index f1d6f3cc55df54fb25836190de6c89d84e1331d6..981ea9ad284e3da2b42561a79b789176d62d8b21 100644 (file)
 #ifndef PKGLIB_DEBVERSION_H
 #define PKGLIB_DEBVERSION_H
 
+#include <apt-pkg/version.h>
 
+#include <string>
 
-#include <apt-pkg/version.h>
-    
 class debVersioningSystem : public pkgVersioningSystem
-{     
+{
    public:
    
    static int CmpFragment(const char *A, const char *AEnd, const char *B,