]> git.donarmstrong.com Git - mothur.git/blobdiff - fileoutput.h
changed the ending of the unique fasta sequence file generated by deconvolute
[mothur.git] / fileoutput.h
index 6eb5e8d708eca6f102c7a562507ac92e1553e336..b5784210d0b734ccdf34dabf1b98259f2ec73499 100644 (file)
@@ -1,10 +1,7 @@
 #ifndef FILEOUTPUT_H
 #define FILEOUTPUT_H
 
-#include <iostream>
-#include <fstream>
-#include <iomanip>
-#include <vector>
+#include "mothur.h"
 #include "utilities.hpp"
 #include "globaldata.hpp"
 
@@ -69,7 +66,7 @@ class SharedOneColumnFile : public FileOutput {
        
        
 public:
-       SharedOneColumnFile(string n, vector<string> g) : inName(n), counter(0), outName(getPathName(n) + ".temp." + getSimpleName(n)) {};
+       SharedOneColumnFile(string n) : inName(n), counter(0), outName(getPathName(n) + ".temp." + getSimpleName(n)) {};
        ~SharedOneColumnFile();
        void output(int, vector<double>);
        void initFile(string);
@@ -107,4 +104,3 @@ private:
 
 
 #endif
-