]> git.donarmstrong.com Git - mothur.git/blobdiff - datavector.hpp
added mothur.h and fixed includes in many files
[mothur.git] / datavector.hpp
index 426a75728cf615bc9baf8e257b3dcb8bea0ec15c..73058a992a53e3da313cae4ca595c77797058e94 100644 (file)
@@ -3,10 +3,7 @@
 
 using namespace std;
 
-#include <iostream>
-#include <string>
-#include <vector>
-#include <map>
+#include "mothur.h"
 
 /* This class is parent to listvector, ordervector, rabundvector, sabundvector, sharedordervector, sharedrabundvector, sharedsabundvector. 
        The child classes all contain OTU information in different forms. */