X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.cpp;h=7670d412df334d2d656000cf07349aa404ffd21b;hb=66f474db0824eebab0cebd53992728a0e5c789ca;hp=19022040cc507e29ec6019442638564ad0ce6048;hpb=2d2fbc80f9359b19873ba3e63970b58f4f8f49f3;p=mothur.git diff --git a/commandfactory.cpp b/commandfactory.cpp index 1902204..7670d41 100644 --- a/commandfactory.cpp +++ b/commandfactory.cpp @@ -22,7 +22,6 @@ #include "summarycommand.h" #include "summarysharedcommand.h" #include "rarefactsharedcommand.h" -#include "nocommand.h" #include "quitcommand.h" #include "helpcommand.h" #include "commandfactory.hpp" @@ -32,6 +31,7 @@ #include "unifracweightedcommand.h" #include "libshuffcommand.h" #include "mothur.h" +#include "nocommands.h" /***********************************************************/ @@ -40,7 +40,6 @@ CommandFactory::CommandFactory(){ command = new NoCommand(); } - /***********************************************************/ /***********************************************************/