]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added log10 and log2 scalers for heatmap
[mothur.git] / rarefactsharedcommand.h
index a0afb9607184e4d6e522fe92003047616e07c968..2f7920e922cf8509487aa2ae7a3060075b0e90cd 100644 (file)
@@ -9,9 +9,6 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
@@ -20,6 +17,7 @@
 #include "display.h"
 #include "readmatrix.hpp"
 #include "validcalculator.h"
+#include "sharedutilities.h"
 
 /* The rarefaction.shared() command:
        The rarefaction command generates a rarefaction curve from a given file representing several groups.  
@@ -44,6 +42,7 @@ public:
        
 private:
        GlobalData* globaldata;
+       SharedUtil* util;
        SharedListVector* SharedList;
        ReadMatrix* read;
        SharedOrderVector* order;