]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
made sorting optional but sort by default, in case the user wants to see the heatmap...
[mothur.git] / shared.h
index 0607c13974f4a089505f1bca7221413305e504f6..fd9179ebce0ed7a7b27cd47eb68ac95c06c3dfe8 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 "sharedrabundvector.h"
 #include "sharedlistvector.h"
 #include "globaldata.hpp"
@@ -37,4 +29,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