From 109a1659c881d4c569430add6d3e170b44599eb8 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 9 Oct 2023 06:47:45 -0700 Subject: [PATCH] Remove `#include ` * `include\pybind11/numpy.h(24,10): fatal error C1083: Cannot open include file: 'stdalign.h': No such file or directory` * @tkoeppe wrote: this is a C interop header (and we're not writing C) --- include/pybind11/numpy.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index 5a60f18b2..60034ae98 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include