~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to apt-pkg/cachefilter.cc

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-01 17:48:58 UTC
  • mfrom: (1.4.87 sid)
  • Revision ID: package-import@ubuntu.com-20140401174858-4mv29mm29zu22fn1
Tags: 1.0.1ubuntu1
merge with the debian/sid 1.0.1 version
(LP: #1302033)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <apt-pkg/cachefilter.h>
10
10
#include <apt-pkg/error.h>
11
11
#include <apt-pkg/pkgcache.h>
 
12
#include <apt-pkg/cacheiterators.h>
12
13
#include <apt-pkg/strutl.h>
 
14
#include <apt-pkg/macros.h>
13
15
 
14
16
#include <string>
15
 
 
 
17
#include <string.h>
16
18
#include <regex.h>
17
19
#include <fnmatch.h>
18
20