X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.h;h=1d877106bda0678fadfd99fff7e17f9766daa841;hb=8c548985e92f5be0bde10eddea89a6ae888b73da;hp=cb2219fc7ec1897aa69d492f467bc0572a67354e;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/rarefactsharedcommand.h b/rarefactsharedcommand.h index cb2219f..1d87710 100644 --- a/rarefactsharedcommand.h +++ b/rarefactsharedcommand.h @@ -15,9 +15,8 @@ #include #include "command.hpp" #include "sharedordervector.h" -#include "listvector.hpp" +#include "sharedlistvector.h" #include "inputdata.h" -#include "groupmap.h" #include "rarefact.h" #include "display.h" #include "readmatrix.hpp" @@ -45,8 +44,7 @@ public: private: GlobalData* globaldata; - GroupMap* groupmap; - ListVector* list; + SharedListVector* SharedList; ReadMatrix* read; SharedOrderVector* order; InputData* input;