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

« back to all changes in this revision

Viewing changes to apt-pkg/contrib/hashes.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:
14
14
#define APTPKG_HASHES_H
15
15
 
16
16
 
17
 
#include <apt-pkg/contrib/md5.h>
18
 
#include <apt-pkg/contrib/sha1.h>
19
 
#include <apt-pkg/contrib/sha256.h>
 
17
#include <apt-pkg/md5.h>
 
18
#include <apt-pkg/sha1.h>
 
19
#include <apt-pkg/sha256.h>
20
20
 
21
21
#include <algorithm>
22
22
#include <vector>