From 9b19dd57d3d3c9347be8b00879e30abaf4668ccf Mon Sep 17 00:00:00 2001 From: jbajic Date: Wed, 23 Nov 2022 13:19:25 +0100 Subject: [PATCH] Remove storage include --- tests/unit/storage_v3_shard_rsm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/storage_v3_shard_rsm.cpp b/tests/unit/storage_v3_shard_rsm.cpp index a45a60db4..6f8e31d03 100644 --- a/tests/unit/storage_v3_shard_rsm.cpp +++ b/tests/unit/storage_v3_shard_rsm.cpp @@ -28,7 +28,6 @@ #include "storage/v3/schema_validator.hpp" #include "storage/v3/schemas.hpp" #include "storage/v3/shard_rsm.hpp" -#include "storage/v3/storage.hpp" #include "storage/v3/temporal.hpp" #include "storage/v3/vertex_id.hpp"