Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/pybind11_tests.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#pragma once

// This must be kept first for MSVC 2015.
// Do not remove the empty line between the #includes.
#include <pybind11/pybind11.h>

#include <pybind11/eval.h>

#if defined(_MSC_VER) && _MSC_VER < 1910
Expand Down