X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hcluster.cpp;h=f8f48095b2ec55a8dce91d55881271f2f1837218;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=6cd45314194fccce192c7654e2d8994aff6766c5;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/hcluster.cpp b/hcluster.cpp index 6cd4531..f8f4809 100644 --- a/hcluster.cpp +++ b/hcluster.cpp @@ -10,7 +10,6 @@ #include "hcluster.h" #include "rabundvector.hpp" #include "listvector.hpp" -#include "sparsematrix.hpp" /***********************************************************************/ HCluster::HCluster(RAbundVector* rav, ListVector* lv, string ms, string d, NameAssignment* n, float c) : rabund(rav), list(lv), method(ms), distfile(d), nameMap(n), cutoff(c) {