X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=groupmap.h;h=d69699d382530f688a0f6023f90b1ffed1bdfffe;hb=c5c7502f435e1413c19e373dab1dfebcaa67588d;hp=de69ca4d94c5e98342c666c7de0a768f61a3b267;hpb=09a01fb51eea9e81409d367410c831394193fd86;p=mothur.git diff --git a/groupmap.h b/groupmap.h index de69ca4..d69699d 100644 --- a/groupmap.h +++ b/groupmap.h @@ -9,11 +9,7 @@ * */ -#include -#include -#include -#include -#include "utilities.hpp" +#include "mothur.h" /* This class is a representation of the groupfile. It is used by all the shared commands to determine what group a certain sequence belongs to. */ @@ -25,6 +21,7 @@ public: ~GroupMap(); void readMap(); int getNumGroups(); + bool isValidGroup(string); //return true if string is a valid group string getGroup(string); void setGroup(string, string); vector namesOfGroups;