From a46f623782df6a92a737146890d9c070fc19b99b Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 31 Aug 2021 06:44:14 -0700 Subject: [PATCH] Minor tweaks. (#3230) * Minor tweaks. * Restoring tests/pybind11_tests.h version from master, removing just the comment and empty line that was added in PR #3087; those were made obsolete by the pragma cleanup that concluded with PR #3186. * [ci skip] Restoring tests/test_enum.py from master. --- tests/pybind11_tests.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/pybind11_tests.h b/tests/pybind11_tests.h index 12d8a777..8da0a670 100644 --- a/tests/pybind11_tests.h +++ b/tests/pybind11_tests.h @@ -1,9 +1,6 @@ #pragma once -// This must be kept first for MSVC 2015. -// Do not remove the empty line between the #includes. #include - #include #if defined(_MSC_VER) && _MSC_VER < 1910