]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added heatmap command
[mothur.git] / rarefactsharedcommand.h
index a0afb9607184e4d6e522fe92003047616e07c968..b5b638fc3b7a408ef8198f55d5309e64afa2b3f5 100644 (file)
@@ -9,9 +9,6 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
@@ -43,6 +40,7 @@ public:
        int execute();  
        
 private:
+       void setGroups();
        GlobalData* globaldata;
        SharedListVector* SharedList;
        ReadMatrix* read;