cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-private / private-sources.h
CommitLineData
453b82a3
DK
1#ifndef APT_PRIVATE_SOURCES_H
2#define APT_PRIVATE_SOURCES_H
3
4class CommandLine;
9e6b13f3
MV
5
6bool EditSources(CommandLine &CmdL);
453b82a3
DK
7
8#endif