diff --git a/src/factory/WFTaskFactory.h b/src/factory/WFTaskFactory.h index c3047453..df2a45d4 100644 --- a/src/factory/WFTaskFactory.h +++ b/src/factory/WFTaskFactory.h @@ -34,7 +34,6 @@ #include "WFTask.h" #include "WFGraphTask.h" #include "EndpointParams.h" -#include "WFAlgoTaskFactory.h" // Network Client/Server tasks diff --git a/tutorial/tutorial-07-sort_task.cc b/tutorial/tutorial-07-sort_task.cc index ee965ad5..f471e1bc 100644 --- a/tutorial/tutorial-07-sort_task.cc +++ b/tutorial/tutorial-07-sort_task.cc @@ -18,7 +18,7 @@ #include #include -#include "workflow/WFTaskFactory.h" +#include "workflow/WFAlgoTaskFactory.h" #include "workflow/WFFacilities.h" using namespace algorithm;