From 58844ed30857b1ba07261b32987eacc486aa7079 Mon Sep 17 00:00:00 2001 From: RickiNano <81099017+RickiNano@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:33:16 +0200 Subject: [PATCH] Removed boost filesystem include --- nano/core_test/block_store.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/nano/core_test/block_store.cpp b/nano/core_test/block_store.cpp index 29e69ee069..394fb73fb4 100644 --- a/nano/core_test/block_store.cpp +++ b/nano/core_test/block_store.cpp @@ -18,8 +18,6 @@ #include -#include - #include #include #include