Changeset: 5d706a7ee07b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d706a7ee07b Modified Files: monetdb5/modules/mal/mat.c monetdb5/optimizer/opt_groups.c Branch: Oct2014 Log Message:
Removed unnecessary include. diffs (22 lines): diff --git a/monetdb5/modules/mal/mat.c b/monetdb5/modules/mal/mat.c --- a/monetdb5/modules/mal/mat.c +++ b/monetdb5/modules/mal/mat.c @@ -39,7 +39,6 @@ */ #include "monetdb_config.h" #include "mat.h" -#include "group.h" str MATnewIterator(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p) diff --git a/monetdb5/optimizer/opt_groups.c b/monetdb5/optimizer/opt_groups.c --- a/monetdb5/optimizer/opt_groups.c +++ b/monetdb5/optimizer/opt_groups.c @@ -19,7 +19,6 @@ #include "monetdb_config.h" #include "opt_groups.h" -#include "group.h" int OPTgroupsImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci) _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
