]> git.saurik.com Git - apt.git/blame - apt-private/private-main.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-private / private-main.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_MAIN_H
2#define APT_PRIVATE_MAIN_H
3
453b82a3 4class CommandLine;
b9179170
MV
5
6void CheckSimulateMode(CommandLine &CmdL);
7
b9179170 8#endif