X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.hpp;h=460e245bf5312d81f5b15d70387cf9ec63d472f6;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=0e7721a1ba1a51566eaab52b909604a50d5a70eb;hpb=7837a9bfdfccdc26360987a44c389832fdb82651;p=mothur.git diff --git a/engine.hpp b/engine.hpp index 0e7721a..460e245 100644 --- a/engine.hpp +++ b/engine.hpp @@ -13,14 +13,11 @@ #include "mothur.h" -#include "globaldata.hpp" #include "commandoptionparser.hpp" #include "command.hpp" #include "commandfactory.hpp" #include "mothurout.h" -class GlobalData; - class Engine { public: Engine(); @@ -47,7 +44,6 @@ public: virtual bool getInput(); int openedBatch; private: - GlobalData* globaldata; ifstream inputBatchFile; string getNextCommand(ifstream&); @@ -61,7 +57,7 @@ public: ~InteractEngine(); virtual bool getInput(); private: - GlobalData* globaldata; + }; @@ -72,7 +68,6 @@ public: virtual bool getInput(); int openedBatch; private: - GlobalData* globaldata; string listOfCommands; string getNextCommand(string&);