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:
parent
a75008f94b
commit
6dbe054bdc
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user