#ifndef NUMPY_CORE_SRC_COMMON_COMMON_HPP #define NUMPY_CORE_SRC_COMMON_COMMON_HPP /* * The following C++ headers are safe to be used standalone, however, * they are gathered to make it easy for us and for the future need to support PCH. */ #include "npdef.hpp" #include "utils.hpp" #include "npstd.hpp" #include "half.hpp" #include "meta.hpp" #include "float_status.hpp" #endif // NUMPY_CORE_SRC_COMMON_COMMON_HPP