X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=readotucommand.h;h=a21167e3d07e2064c6e9a1dae736b0b1aeccf3a8;hb=d873f7bf94309317a08c8757e0d0d60b06fbd473;hp=f00369ba8f4116db8d8e5dee015f60fa52f2a432;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/readotucommand.h b/readotucommand.h index f00369b..a21167e 100644 --- a/readotucommand.h +++ b/readotucommand.h @@ -9,10 +9,8 @@ * */ -#include -#include #include "command.hpp" -#include "readmatrix.hpp" +#include "readotu.h" #include "inputdata.h" #include "groupmap.h" #include "sharedcommand.h" @@ -41,7 +39,7 @@ public: private: GlobalData* globaldata; - ReadMatrix* read; + ReadOTUFile* read; InputData* input; Command* shared; Command* parselist;