projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changelog: Respect Dir setting for local changelog getting
[apt.git]
/
apt-pkg
/
version.cc
diff --git
a/apt-pkg/version.cc
b/apt-pkg/version.cc
index cb2c34c0fde1699dd02a801f1af56d7f7cec9432..f32d39a699b5b91e74bbc2e28086af42053d7860 100644
(file)
--- a/
apt-pkg/version.cc
+++ b/
apt-pkg/version.cc
@@
-11,8
+11,8
@@
#include<config.h>
#include <apt-pkg/version.h>
-#include <apt-pkg/pkgcache.h>
+#include <string.h>
#include <stdlib.h>
/*}}}*/
@@
-40,3
+40,6
@@
pkgVersioningSystem *pkgVersioningSystem::GetVS(const char *Label)
return 0;
}
/*}}}*/
+
+
+pkgVersioningSystem::~pkgVersioningSystem() {}