diff --git a/paddle/fluid/framework/python_headers.h b/paddle/fluid/framework/python_headers.h index 6ebc42361970ea2858c2de3e7243ed6b887793a8..422af19a13683dc9ae6377cac1b1ab2c2ac8f96b 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")