From 4791029f190eadc4853c4f2cd74fa224063700f1 Mon Sep 17 00:00:00 2001 From: xuezhong Date: Tue, 16 Apr 2019 08:58:12 +0000 Subject: [PATCH] remove test=develop --- paddle/fluid/operators/smooth_l1_loss_op.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/operators/smooth_l1_loss_op.cc b/paddle/fluid/operators/smooth_l1_loss_op.cc index 5af47b0f6d0..f4c284013ce 100644 --- a/paddle/fluid/operators/smooth_l1_loss_op.cc +++ b/paddle/fluid/operators/smooth_l1_loss_op.cc @@ -14,8 +14,6 @@ limitations under the License. */ #include "paddle/fluid/operators/smooth_l1_loss_op.h" -#include - namespace paddle { namespace operators { -- GitLab