]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
pds fixes of heatmap and some other minor stuff
[mothur.git] / collectsharedcommand.h
index ffc4278f3b690a4b2f4a0f5bf637146bee65ca3b..8c7aa009ca346670482679ac17b4c9f75d58fa82 100644 (file)
@@ -9,9 +9,7 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
+
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
@@ -21,6 +19,7 @@
 #include "display.h"
 #include "readmatrix.hpp"
 #include "validcalculator.h"
+#include "sharedutilities.h"
 
 /* The collect.shared() command:
        The collect command generates a collector's curve from the given file representing several groups.  
@@ -46,6 +45,7 @@ public:
        
 private:
        GlobalData* globaldata;
+       SharedUtil* util;
        GroupMap* groupmap;
        SharedListVector* SharedList;
        ReadMatrix* read;