From 50be290208e06d9fb2b4fb7810f0e0c4589b3b80 Mon Sep 17 00:00:00 2001 From: kamilsa Date: Wed, 4 Jun 2025 14:27:40 +0500 Subject: [PATCH] Remove unused include for safrole-types in types.test.cpp --- test-vectors/history/types.test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test-vectors/history/types.test.cpp b/test-vectors/history/types.test.cpp index b696536..3d2a858 100644 --- a/test-vectors/history/types.test.cpp +++ b/test-vectors/history/types.test.cpp @@ -5,7 +5,6 @@ */ #include -#include GTEST_VECTORS(History, history);