From 6dbe054bdcff0b64c93b2a34b8fe84cf005c7c64 Mon Sep 17 00:00:00 2001 From: Teon Banek Date: Wed, 21 Nov 2018 11:22:58 +0100 Subject: [PATCH] Remove including query in durability Reviewers: msantl, ipaljak, mferencevic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1740 --- src/durability/distributed/recovery.cpp | 2 -- src/durability/distributed/snapshot_value.hpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/durability/distributed/recovery.cpp b/src/durability/distributed/recovery.cpp index 89fb6fd8a..a84246b11 100644 --- a/src/durability/distributed/recovery.cpp +++ b/src/durability/distributed/recovery.cpp @@ -12,8 +12,6 @@ #include "durability/distributed/wal.hpp" #include "durability/hashed_file_reader.hpp" #include "glue/communication.hpp" -// TODO: WTF is typed value doing here?! -#include "query/typed_value.hpp" #include "storage/distributed/address_types.hpp" #include "storage/distributed/indexes/label_property_index.hpp" #include "transactions/type.hpp" diff --git a/src/durability/distributed/snapshot_value.hpp b/src/durability/distributed/snapshot_value.hpp index 5be4f478b..4f2fe00d4 100644 --- a/src/durability/distributed/snapshot_value.hpp +++ b/src/durability/distributed/snapshot_value.hpp @@ -5,8 +5,6 @@ #include #include "communication/bolt/v1/value.hpp" -// TODO: WTF is this doing here? -#include "query/typed_value.hpp" #include "storage/common/types/property_value.hpp" #include "storage/distributed/address_types.hpp" #include "utils/algorithm.hpp"