From 56686d0f34db008238095331b6f981d8f4e5d3d4 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Mon, 17 Dec 2018 22:16:52 +0800 Subject: [PATCH] clean code test=develop --- paddle/fluid/platform/for_range.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/paddle/fluid/platform/for_range.h b/paddle/fluid/platform/for_range.h index 910d1669f23..c153e80fe42 100644 --- a/paddle/fluid/platform/for_range.h +++ b/paddle/fluid/platform/for_range.h @@ -13,10 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. */ #pragma once - -#include - -#include "paddle/fluid/framework/mixed_vector.h" #include "paddle/fluid/platform/device_context.h" namespace paddle { -- GitLab