]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added errorchecking and help info on new unifrac and treeclimber code
[mothur.git] / rarefactsharedcommand.h
index e7d2abc239044e7e4e2de376e0503e580e623f5d..ab870242000bb0b07f3e28078feba84bcce1de4c 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <fstream>
 #include <vector>
@@ -17,7 +16,6 @@
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
 #include "inputdata.h"
-#include "groupmap.h"
 #include "rarefact.h"
 #include "display.h"
 #include "readmatrix.hpp"
@@ -45,7 +43,6 @@ public:
        
 private:
        GlobalData* globaldata;
-       GroupMap* groupmap;
        SharedListVector* SharedList;
        ReadMatrix* read;
        SharedOrderVector* order;
@@ -56,4 +53,4 @@ private:
 
 };
 
-#endif
\ No newline at end of file
+#endif