~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to apt-inst/deb/dpkgdb.cc

  • Committer: Michael Vogt
  • Date: 2011-11-10 15:32:52 UTC
  • mfrom: (1561.70.60 debian-experimental2)
  • Revision ID: michael.vogt@ubuntu.com-20111110153252-1u9lc3lm2cgb6b1m
merged from http://bzr.debian.org/bzr/apt/apt/debian-experimental2

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   ##################################################################### */
14
14
                                                                        /*}}}*/
15
15
// Include Files                                                        /*{{{*/
 
16
#include<config.h>
 
17
 
16
18
#include <apt-pkg/dpkgdb.h>
17
19
#include <apt-pkg/configuration.h>
18
20
#include <apt-pkg/error.h>
19
21
#include <apt-pkg/progress.h>
20
22
#include <apt-pkg/tagfile.h>
21
23
#include <apt-pkg/strutl.h>
 
24
#include <apt-pkg/fileutl.h>
 
25
#include <apt-pkg/filelist.h>
22
26
 
23
27
#include <stdio.h>
24
28
#include <errno.h>