~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to apt-inst/deb/debfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define PKGLIB_DEBFILE_H
25
25
 
26
26
 
27
 
#include <apt-inst/contrib/arfile.h>
28
 
#include <apt-inst/database.h>
29
 
#include <apt-inst/dirstream.h>
 
27
#include <apt-pkg/arfile.h>
 
28
#include <apt-pkg/database.h>
 
29
#include <apt-pkg/dirstream.h>
30
30
#include <apt-pkg/tagfile.h>
31
31
 
32
32
class debDebFile