]> git.donarmstrong.com Git - mothur.git/blobdiff - ordervector.cpp
got rid of extra temp files in dist.seqs
[mothur.git] / ordervector.cpp
index 8732c8a614eed4ce29d882f0abeea13693d81340..e3062059acef0678300a8642f7432a34d7410879 100644 (file)
@@ -7,12 +7,8 @@
  *
  */
 
-using namespace std;
-
 #include "ordervector.hpp"
-#include "datavector.hpp"
-#include "utilities.hpp"
-#include <exception>
+
 
 /***********************************************************************/
 
@@ -20,7 +16,7 @@ OrderVector::OrderVector() : DataVector() {}
 
 /***********************************************************************/
 
-//OrderVector::OrderVector(int ns) : DataVector(), data(ns, -1) {};
+//OrderVector::OrderVector(int ns) : DataVector(), data(ns, -1) {}
 
 /***********************************************************************/