Remove including query in durability

Reviewers: msantl, ipaljak, mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1740
This commit is contained in:
Teon Banek 2018-11-21 11:22:58 +01:00
parent a75008f94b
commit 6dbe054bdc
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -5,8 +5,6 @@
#include <vector>
#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"