X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=7a19ee66f1f747295e7b299c281f85e121edc26e;hb=7bf581f8c46b08eb3bb40715dac94695edee4a67;hp=c303678131df5a937174ed1a2b3e75858e174877;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index c303678..7a19ee6 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -12,9 +12,7 @@ /* This class is designed to aid the user in running mothur. */ #include "command.hpp" -#include "globaldata.hpp" -#include "validcommands.h" - +#include "commandfactory.hpp" class HelpCommand : public Command { @@ -25,8 +23,8 @@ public: void help() {}; private: - GlobalData* globaldata; - ValidCommands* validCommands; + CommandFactory* validCommands; + private: