]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlistvector.h
fix weighted unifrac bug in findIndex and randomize labels
[mothur.git] / sharedlistvector.h
index 492997eee0ea238a1909c44baf262950442d0d95..53fe1b1edd280bd6184766cbdf1d67cc2778cf91 100644 (file)
  *
  */
 
-#include <Carbon/Carbon.h>
 #include "datavector.hpp"
 #include "groupmap.h"
 #include "globaldata.hpp"
 #include "sharedrabundvector.h"
 #include "sharedsabundvector.h"
-#include <iostream>
-#include <map>
 
 /* This class is a child to datavector.  It represents OTU information at a certain distance. 
        A sharedlistvector can be converted into a sharedordervector, sharedrabundvector or sharedsabundvectorand 
@@ -69,4 +66,3 @@ private:
 };
 
 #endif
-