~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to test/interactive-helper/extract-control.cc

  • Committer: Michael Vogt
  • Date: 2011-11-10 15:32:52 UTC
  • mfrom: (1561.70.60 debian-experimental2)
  • Revision ID: michael.vogt@ubuntu.com-20111110153252-1u9lc3lm2cgb6b1m
merged from http://bzr.debian.org/bzr/apt/apt/debian-experimental2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <apt-pkg/debfile.h>
2
2
#include <apt-pkg/error.h>
 
3
#include <apt-pkg/fileutl.h>
3
4
 
4
5
#include <iostream>
5
6
#include <unistd.h>