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

« back to all changes in this revision

Viewing changes to apt-pkg/deb/debsystem.h

  • 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:
12
12
 
13
13
#include <apt-pkg/pkgsystem.h>
14
14
#include <apt-pkg/pkgcache.h>
 
15
#include <apt-pkg/cacheiterators.h>
15
16
 
 
17
#include <vector>
 
18
class Configuration;
 
19
class pkgIndexFile;
 
20
class pkgPackageManager;
16
21
class debSystemPrivate;
 
22
class pkgDepCache;
 
23
 
 
24
#ifndef APT_10_CLEANER_HEADERS
17
25
class debStatusIndex;
18
 
class pkgDepCache;
 
26
#endif
19
27
 
20
28
class debSystem : public pkgSystem
21
29
{