From 5e8de51409e52b9bc0210f32cf0759b5925995d4 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Wed, 6 Mar 2019 09:31:34 +0800 Subject: [PATCH] code format test=develop --- paddle/fluid/framework/details/async_ssa_graph_executor.cc | 3 --- paddle/fluid/framework/details/async_ssa_graph_executor.h | 2 ++ paddle/fluid/framework/parallel_executor.cc | 1 + paddle/fluid/framework/reader.h | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/paddle/fluid/framework/details/async_ssa_graph_executor.cc b/paddle/fluid/framework/details/async_ssa_graph_executor.cc index 83fd8a50c3..69f770afee 100644 --- a/paddle/fluid/framework/details/async_ssa_graph_executor.cc +++ b/paddle/fluid/framework/details/async_ssa_graph_executor.cc @@ -14,9 +14,6 @@ #include "paddle/fluid/framework/details/async_ssa_graph_executor.h" -#include -#include - #include "paddle/fluid/framework/variable_helper.h" namespace paddle { diff --git a/paddle/fluid/framework/details/async_ssa_graph_executor.h b/paddle/fluid/framework/details/async_ssa_graph_executor.h index 7d7296772d..6aaf8f9a16 100644 --- a/paddle/fluid/framework/details/async_ssa_graph_executor.h +++ b/paddle/fluid/framework/details/async_ssa_graph_executor.h @@ -14,7 +14,9 @@ #pragma once +#include #include +#include #include #include "ThreadPool.h" diff --git a/paddle/fluid/framework/parallel_executor.cc b/paddle/fluid/framework/parallel_executor.cc index ae7cd800ad..6c5f246f95 100644 --- a/paddle/fluid/framework/parallel_executor.cc +++ b/paddle/fluid/framework/parallel_executor.cc @@ -16,6 +16,7 @@ limitations under the License. */ #include #include #include +#include #include #include "paddle/fluid/framework/ir/graph_helper.h" diff --git a/paddle/fluid/framework/reader.h b/paddle/fluid/framework/reader.h index 6cf0ec2937..4b400e72a4 100644 --- a/paddle/fluid/framework/reader.h +++ b/paddle/fluid/framework/reader.h @@ -16,6 +16,7 @@ #include #include +#include #include #include "paddle/fluid/framework/ddim.h" -- GitLab