diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-01 10:42:49 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-01 10:42:49 +0100 |
commit | 61f954bff040809e7ab57b3adec2fe95339ffb94 (patch) | |
tree | e9a2dd360db4e42e00d2658d6535d7b44ecf3ab1 /apt-pkg/algorithms.h | |
parent | 213a00a43774ad41d1a59c82fe042390026ab048 (diff) |
small documentation updates
Diffstat (limited to 'apt-pkg/algorithms.h')
-rw-r--r-- | apt-pkg/algorithms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index 80f6578eb..5a9a77415 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -40,11 +40,11 @@ #ifndef APT_8_CLEANER_HEADERS #include <apt-pkg/acquire.h> -// include pkg{DistUpgrade,AllUpgrade,MiniizeUpgrade} here for compatiblity using std::ostream; #endif #ifndef APT_9_CLEANER_HEADERS +// include pkg{DistUpgrade,AllUpgrade,MiniizeUpgrade} here for compatiblity #include <apt-pkg/upgrade.h> #include <apt-pkg/update.h> #endif |