Changeset: 67a87e84a36e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67a87e84a36e Modified Files: monetdb5/optimizer/opt_mapreduce.h Branch: headless Log Message:
Typo diffs (19 lines): diff --git a/monetdb5/optimizer/opt_mapreduce.h b/monetdb5/optimizer/opt_mapreduce.h --- a/monetdb5/optimizer/opt_mapreduce.h +++ b/monetdb5/optimizer/opt_mapreduce.h @@ -19,11 +19,14 @@ #ifndef _OPT_MAPREDUCE_ #define _OPT_MAPREDUCE_ +#include "monetdb_config.h" #include "opt_prelude.h" #include "opt_support.h" -#include "mal_interpreter.h" #include "mal_instruction.h" #include "mal_function.h" +#include "mal_interpreter.h" +#include "remote.h" +#include "opt_statistics.h" opt_export str MRgetCloud(int *ret, str *nme); _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
