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

« back to all changes in this revision

Viewing changes to apt-inst/filelist.cc

  • 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:
32
32
   ##################################################################### */
33
33
                                                                        /*}}}*/
34
34
// Include Files                                                        /*{{{*/
35
 
#include <apt-inst/filelist.h>
36
 
#include <apt-pkg/contrib/mmap.h>
37
 
#include <apt-pkg/contrib/error.h>
38
 
#include <apt-pkg/contrib/strutl.h>
 
35
#include <apt-pkg/filelist.h>
 
36
#include <apt-pkg/mmap.h>
 
37
#include <apt-pkg/error.h>
 
38
#include <apt-pkg/strutl.h>
39
39
 
40
40
#include <stdio.h>
41
41
#include <stdlib.h>