]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
fixed some bugs
[mothur.git] / sharedcommand.h
index 1b1df17e65a5f34acd1a0cc6c912fc6c92dd84bb..b3506cdbfd79650cad44de48388f93363fb3b21a 100644 (file)
@@ -9,15 +9,11 @@
  *
  */
 
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
-#include <map>
 #include "command.hpp"
-#include "listvector.hpp"
+#include "sharedlistvector.h"
 #include "inputdata.h"
 #include "shared.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 
 /* The shared() command:
        The shared command can only be executed after a successful read.shared command.  
@@ -38,8 +34,8 @@ public:
 private:
        void printSharedData();
        GlobalData* globaldata;
-       ReadMatrix* read;
-       ListVector* list;
+       ReadOTUFile* read;
+       SharedListVector* SharedList;
        InputData* input;
        Shared* shared;
        map<string, SharedRAbundVector*>::iterator it;
@@ -48,4 +44,4 @@ private:
 
 };
 
-#endif
\ No newline at end of file
+#endif