From 890ad4c80422bc796b4a9b986383ef0c2ab04944 Mon Sep 17 00:00:00 2001 From: ykiko Date: Sun, 22 Sep 2024 20:03:26 +0800 Subject: [PATCH] remove unused header. --- include/pybind11/pybind11.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/pybind11/pybind11.h b/include/pybind11/pybind11.h index ae3ead89..5244cc6f 100644 --- a/include/pybind11/pybind11.h +++ b/include/pybind11/pybind11.h @@ -1,8 +1,6 @@ #pragma once #include "internal/class.h" -#include "internal/function.h" -#include "internal/types.h" namespace pkbind {