summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 16:05:44 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 16:05:44 +0200
commit36afd8495a5646ccdec0153c93945a5a27606fce (patch)
tree35410bfee6ead769fb56c08c21bb066619432e2e /apt-pkg/tagfile.h
parent455f831c3cbd7f555d3a0b0c949a42432efc63d3 (diff)
parentc158ff49dacb8f6fdca98f9b43329eac44f1a827 (diff)
* merged apt--tasks, this brings in the latest changes from apt--mvo as well
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r--apt-pkg/tagfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h
index dd481ba51..f7f8155a5 100644
--- a/apt-pkg/tagfile.h
+++ b/apt-pkg/tagfile.h
@@ -25,7 +25,6 @@
#endif
#include <apt-pkg/fileutl.h>
-#include <apt-pkg/mmap.h>
#include <stdio.h>
class pkgTagSection
@@ -70,7 +69,6 @@ class pkgTagSection
class pkgTagFile
{
FileFd &Fd;
- MMap *Map;
char *Buffer;
char *Start;
char *End;