projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Drop Privileges to "Debian-apt" in most acquire methods
[apt.git]
/
apt-pkg
/
edsp
/
edspindexfile.h
diff --git
a/apt-pkg/edsp/edspindexfile.h
b/apt-pkg/edsp/edspindexfile.h
index 0053388eb8d790a227d0cc80108fdf992dd6f2ea..609a2cde4ddf375200a387d31912ec55abd7521d 100644
(file)
--- a/
apt-pkg/edsp/edspindexfile.h
+++ b/
apt-pkg/edsp/edspindexfile.h
@@
-8,8
+8,15
@@
#ifndef PKGLIB_EDSPINDEXFILE_H
#define PKGLIB_EDSPINDEXFILE_H
#ifndef PKGLIB_EDSPINDEXFILE_H
#define PKGLIB_EDSPINDEXFILE_H
-#include <apt-pkg/indexfile.h>
#include <apt-pkg/debindexfile.h>
#include <apt-pkg/debindexfile.h>
+#include <string>
+
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/indexfile.h>
+#endif
+
+class OpProgress;
+class pkgCacheGenerator;
class edspIndex : public debStatusIndex
{
class edspIndex : public debStatusIndex
{
@@
-18,11
+25,11
@@
class edspIndex : public debStatusIndex
public:
public:
- virtual const Type *GetType() const;
+ virtual const Type *GetType() const
APT_CONST
;
virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;
virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;
- edspIndex(string File);
+ edspIndex(st
d::st
ring File);
};
#endif
};
#endif