From 50b4ac08b0b6cf55240aad32e8836ca2f170945f Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Sat, 12 Jan 2019 22:08:50 +0800 Subject: [PATCH] fix test=develop --- paddle/fluid/framework/python_headers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/fluid/framework/python_headers.h b/paddle/fluid/framework/python_headers.h index 6ebc423619..422af19a13 100644 --- a/paddle/fluid/framework/python_headers.h +++ b/paddle/fluid/framework/python_headers.h @@ -20,7 +20,6 @@ limitations under the License. */ #undef _XOPEN_SOURCE #undef _POSIX_C_SOURCE -#include #include "pybind11/pybind11.h" #pragma pop_macro("_XOPEN_SOURCE") -- GitLab