]> 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 69741581b7caa06066b8900e1ba712cb23900d8c..a21167e3d07e2064c6e9a1dae736b0b1aeccf3a8 100644 (file)
@@ -9,11 +9,8 @@
  *
  */
 
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
 #include "command.hpp"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "inputdata.h"
 #include "groupmap.h"
 #include "sharedcommand.h"
@@ -42,7 +39,7 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        InputData* input;
        Command* shared;
        Command* parselist;
@@ -50,4 +47,4 @@ private:
        string filename;
 };
 
-#endif
\ No newline at end of file
+#endif