From 3ad55dd352d8d0b42abea72f6aaa2862a4a7c3ad Mon Sep 17 00:00:00 2001 From: Dominik Gleich Date: Fri, 31 Mar 2017 16:58:18 +0200 Subject: [PATCH] Fix config include in GC. This somehow breaks integration_query_engine. Argh. Reviewers: mislav.bradac, mferencevic Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D211 --- src/storage/garbage_collector.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage/garbage_collector.hpp b/src/storage/garbage_collector.hpp index 36a8fed41..f02878c2a 100644 --- a/src/storage/garbage_collector.hpp +++ b/src/storage/garbage_collector.hpp @@ -4,7 +4,6 @@ #include #include -#include "config/config.hpp" #include "data_structures/concurrent/skiplist.hpp" #include "logging/loggable.hpp" #include "mvcc/id.hpp"