]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
working on megastats
[mothur.git] / helpcommand.h
index c303678131df5a937174ed1a2b3e75858e174877..7a19ee66f1f747295e7b299c281f85e121edc26e 100644 (file)
@@ -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: