cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-private / private-utils.h
CommitLineData
cfacba52
MV
1#ifndef APT_PRIVATE_UTILS_H
2#define APT_PRIVATE_UTILS_H
3
4#include<string>
5
6void DisplayFileInPager(std::string filename);
7void EditFileInSensibleEditor(std::string filename);
8
cfacba52 9#endif