X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treenode.h;h=a5c39167ca6bda64c8058e99b16a02ca4e07c748;hb=cd10743907df223b7dd5b3a3deb20fde758b8ed7;hp=799595646268d40dbf64bb118774931ea4ae1098;hpb=d037597badc8d18e235c59f0c1114180edb7f98f;p=mothur.git diff --git a/treenode.h b/treenode.h index 7995956..a5c3916 100644 --- a/treenode.h +++ b/treenode.h @@ -12,12 +12,7 @@ using namespace std; -#include -#include -#include -#include -#include -#include +#include "mothur.h" /* This class represents a node on a tree. */ @@ -41,7 +36,7 @@ class Node { int getLChild(); int getRChild(); int getIndex(); - void printNode(ostream&); //prints out the name and the branch length + void printNode(); //prints out the name and the branch length //pGroup is the parsimony group info. i.e. for a leaf node it would contain 1 enter pGroup["groupname"] = 1;