X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.cpp;h=b9360a4468a9aedd553675d9d3a2110afa6feab7;hb=fd00cd216d3a38ccea22eae258e601df64218b05;hp=e251f0031d5ffa2bc9685702ef76ae0489af8449;hpb=16bea3130e36addc54e2116dfbcd02d706ebee45;p=mothur.git diff --git a/engine.cpp b/engine.cpp index e251f00..b9360a4 100644 --- a/engine.cpp +++ b/engine.cpp @@ -12,20 +12,6 @@ */ using namespace std; -#include -#include -#include -#include -#include -#include -#include - -#include "utilities.hpp" -#include "globaldata.hpp" -#include "commandoptionparser.hpp" -#include "command.hpp" -#include "commandfactory.hpp" -#include "errorchecking.h" #include "engine.hpp" /***********************************************************************/ @@ -59,8 +45,8 @@ bool InteractEngine::getInput(){ bool errorFree; ErrorCheck* errorCheckor = new ErrorCheck(); - cout << "mothur v1.0" << endl; - cout << "Last updated: 1/29/2009" << endl << endl; + cout << "mothur v1.2.0" << endl; + cout << "Last updated: 4/14/2009" << endl << endl; cout << "by" << endl; cout << "Patrick D. Schloss" << endl << endl; cout << "Department of Microbiology" << endl;