#ifndef APT_PRIVATE_UNMET_H #define APT_PRIVATE_UNMET_H #include class CommandLine; APT_PUBLIC bool UnMet(CommandLine &CmdL); #endif