X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blastdb.hpp;fp=blastdb.hpp;h=9398ba0362b9f501bc6684b508c6befcfe20b4d5;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=2e7423dcba612f332d7ef2f2657fac9aa16f1b79;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/blastdb.hpp b/blastdb.hpp index 2e7423d..9398ba0 100644 --- a/blastdb.hpp +++ b/blastdb.hpp @@ -12,7 +12,6 @@ */ #include "mothur.h" -#include "globaldata.hpp" class BlastDB : public Database { @@ -37,7 +36,6 @@ private: float gapExtend; float match; float misMatch; - GlobalData* globaldata; }; #endif