]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.h
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / readotucommand.h
index f00369ba8f4116db8d8e5dee015f60fa52f2a432..a21167e3d07e2064c6e9a1dae736b0b1aeccf3a8 100644 (file)
@@ -9,10 +9,8 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
 #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;