From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 841DB445320 for ; Wed, 8 Jul 2020 14:43:39 +0300 (MSK) References: <678db6688752c63074d87eb987aee60114e038ae.1593472477.git.v.shpilevoy@tarantool.org> From: Leonid Vasiliev Message-ID: <08cde0a1-ad4c-c5da-cc1e-0054bb6b256e@tarantool.org> Date: Wed, 8 Jul 2020 14:43:37 +0300 MIME-Version: 1.0 In-Reply-To: <678db6688752c63074d87eb987aee60114e038ae.1593472477.git.v.shpilevoy@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 08/19] replication: add support of qsync to the snapshot machinery List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org Add [tosquash] snapshot_delay: remove unnecessary includes diff --git a/src/box/gc.c b/src/box/gc.c index 170c0a9..d50a64d 100644 --- a/src/box/gc.c +++ b/src/box/gc.c @@ -57,8 +57,6 @@ #include "engine.h" /* engine_collect_garbage() */ #include "wal.h" /* wal_collect_garbage() */ #include "checkpoint_schedule.h" -#include "trigger.h" -#include "txn.h" #include "txn_limbo.h" struct gc_state gc;