[Tarantool-patches] [PATCH v2 08/19] replication: add support of qsync to the snapshot machinery
Leonid Vasiliev
lvasiliev at tarantool.org
Wed Jul 8 14:43:37 MSK 2020
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;
More information about the Tarantool-patches
mailing list