diff options
author | bubulle@debian.org <> | 2006-09-17 12:14:45 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2006-09-17 12:14:45 +0200 |
commit | 5b3bb4b96e91f86ba28c5851763535cfdd47dd21 (patch) | |
tree | 51e1cd97d6d180c5f8442052e3e878cea9c007b7 /apt-pkg/tagfile.h | |
parent | 145e88a8391d2d9789b63d546d8fc62d910a20fb (diff) | |
parent | 3772dc74d3e7767980a011e01302dd688b3764fc (diff) |
Resync with Michael Vogt
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 2 |
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; |