Skip to content

Commit 2d72c34

Browse files
committed
Remove <variant> include from Variant.hpp
Does not make a big difference; other headers still include it and use variant for small helper types internally.
1 parent 41b73c2 commit 2d72c34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/openPMD/auxiliary/Variant.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <any>
2424
#include <cstddef>
2525
#include <type_traits>
26-
#include <variant> // IWYU pragma: export
2726

2827
namespace openPMD
2928
{

0 commit comments

Comments
 (0)