From 701c90f6f74f2907baaa8d580e64b51b2db3fba0 Mon Sep 17 00:00:00 2001 From: qijun Date: Mon, 16 Oct 2017 10:47:08 -0700 Subject: [PATCH] remove unused header file --- paddle/framework/scope.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/framework/scope.h b/paddle/framework/scope.h index 78eca28009e..a7fce3514b1 100644 --- a/paddle/framework/scope.h +++ b/paddle/framework/scope.h @@ -18,10 +18,8 @@ limitations under the License. */ #include #include -#include "paddle/framework/lod_tensor.h" #include "paddle/framework/variable.h" #include "paddle/platform/macros.h" -#include "paddle/platform/place.h" namespace paddle { namespace framework { -- GitLab