From 036e00feb94a4c9dcb805cbd07d6245a79219aa0 Mon Sep 17 00:00:00 2001 From: XieHan Date: Sun, 4 Jun 2023 02:35:42 +0800 Subject: [PATCH] Remove include WFAlgoTaskFactory.h from WFTaskFactory.h. --- src/factory/WFTaskFactory.h | 1 - tutorial/tutorial-07-sort_task.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;