From 9a101cfc08b90832cfa44b9cad1e25db640b7948 Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Mon, 2 Apr 2018 15:05:14 +0800 Subject: [PATCH] clean code --- paddle/fluid/framework/parallel_executor.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/framework/parallel_executor.cc b/paddle/fluid/framework/parallel_executor.cc index 292e4732b44..577eea92d21 100644 --- a/paddle/fluid/framework/parallel_executor.cc +++ b/paddle/fluid/framework/parallel_executor.cc @@ -17,8 +17,6 @@ limitations under the License. */ #include #include -#include "paddle/fluid/framework/threadpool.h" - #ifdef PADDLE_WITH_CUDA #include "paddle/fluid/platform/nccl_helper.h" #endif -- GitLab