diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index cfc977a94..11237a95f 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -9,8 +9,8 @@ #pragma once -#include "pybind11/pybind11.h" -#include "pybind11/complex.h" +#include "pybind11.h" +#include "complex.h" #include #include #include