]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
fixed bug with get.oturep and fixed problem with errorcheckor that did not allow...
[mothur.git] / shared.h
index 0607c13974f4a089505f1bca7221413305e504f6..7445b5ad52c0c69d0548e65b8438681e95430ad9 100644 (file)
--- a/shared.h
+++ b/shared.h
  
 using namespace std;
 
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
-#include <iomanip>
-#include <vector>
-#include <string>
-#include <sstream>
-#include <map>
+#include "mothur.h"
 #include "sharedrabundvector.h"
 #include "sharedlistvector.h"
 #include "globaldata.hpp"
@@ -37,4 +30,4 @@ class Shared {
                vector< map<string, SharedRAbundVector*> > sharedRAbund;  //contains all the info needed to create the .shared file not sure if we will need 
 };
 
-#endif
\ No newline at end of file
+#endif