From 4786ad1457ba923476b04ea62a2396d3936bae24 Mon Sep 17 00:00:00 2001 From: qingqing01 Date: Mon, 4 Dec 2017 13:40:26 +0800 Subject: [PATCH] Make the new framework independent the old framework. (#6201) --- paddle/operators/softmax_with_cross_entropy_op.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/operators/softmax_with_cross_entropy_op.cc b/paddle/operators/softmax_with_cross_entropy_op.cc index fc027d6f95..0c30228863 100644 --- a/paddle/operators/softmax_with_cross_entropy_op.cc +++ b/paddle/operators/softmax_with_cross_entropy_op.cc @@ -13,7 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. */ #include "paddle/operators/softmax_with_cross_entropy_op.h" -#include namespace paddle { namespace operators { -- GitLab