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

« back to all changes in this revision

Viewing changes to apt-pkg/acquire-worker.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:
14
14
// Include Files                                                        /*{{{*/
15
15
#include <config.h>
16
16
 
 
17
#include <apt-pkg/acquire.h>
17
18
#include <apt-pkg/acquire-worker.h>
18
19
#include <apt-pkg/acquire-item.h>
19
20
#include <apt-pkg/configuration.h>
20
21
#include <apt-pkg/error.h>
21
22
#include <apt-pkg/fileutl.h>
22
23
#include <apt-pkg/strutl.h>
 
24
#include <apt-pkg/hashes.h>
23
25
 
 
26
#include <string>
 
27
#include <vector>
24
28
#include <iostream>
25
29
#include <sstream>
26
 
#include <fstream>
27
30
 
28
31
#include <sys/stat.h>
 
32
#include <stdlib.h>
29
33
#include <unistd.h>
30
 
#include <fcntl.h>
31
34
#include <signal.h>
32
35
#include <stdio.h>
33
36
#include <errno.h>