]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
parsimony fix
[mothur.git] / summarycommand.h
index 8e2d74b0b52252250cd5cede8a1bf9b10a689449..4b7e1616e18a99785505a6cbe1c196ce76e2cc99 100644 (file)
@@ -9,9 +9,6 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sabundvector.hpp"
 #include "inputdata.h"
@@ -49,5 +46,6 @@ private:
        SAbundVector* sabund;
        string outputFileName;
        ofstream outputFileHandle;
+       int abund;
 };
 #endif