From 7b1834330537594b2dc9267d9249f9d84fef391b Mon Sep 17 00:00:00 2001 From: qijun Date: Fri, 13 Oct 2017 15:02:52 -0700 Subject: [PATCH] remove unused header file --- paddle/operators/math/math_function.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/operators/math/math_function.cc b/paddle/operators/math/math_function.cc index 75a705b3460..306612b65fa 100644 --- a/paddle/operators/math/math_function.cc +++ b/paddle/operators/math/math_function.cc @@ -13,7 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. */ #include "paddle/operators/math/math_function.h" -#include namespace paddle { namespace operators { -- GitLab