]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
fixed libshuff signif. values
[mothur.git] / commandfactory.cpp
index 19022040cc507e29ec6019442638564ad0ce6048..7670d412df334d2d656000cf07349aa404ffd21b 100644 (file)
@@ -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();
 }
-
 /***********************************************************/
 
 /***********************************************************/