~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to apt-pkg/cachefilter.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:
4
4
    Collection of functor classes */
5
5
                                                                        /*}}}*/
6
6
// Include Files                                                        /*{{{*/
 
7
#include <config.h>
 
8
 
7
9
#include <apt-pkg/cachefilter.h>
8
10
#include <apt-pkg/error.h>
9
11
#include <apt-pkg/pkgcache.h>