From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [tarantool-patches] [PATCH v2 5/5] box: introduce multikey indexes in memtx References: <5cc1d6c549a630d4925475de757baed71d5b5b1d.1552998554.git.kshcherbatov@tarantool.org> From: Kirill Shcherbatov Message-ID: <1c899b22-44e5-cd98-8f35-7bf1fee68073@tarantool.org> Date: Tue, 19 Mar 2019 19:05:51 +0300 MIME-Version: 1.0 In-Reply-To: <5cc1d6c549a630d4925475de757baed71d5b5b1d.1552998554.git.kshcherbatov@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit To: tarantool-patches@freelists.org, vdavydov.dev@gmail.com List-ID: > #endif /* TARANTOOL_BOX_FIELD_MAP_H_INCLUDED */ > diff --git a/src/box/tuple_format.c b/src/box/tuple_format.c > index 1d765c7c7..60cca677b 100644 > --- a/src/box/tuple_format.c > +++ b/src/box/tuple_format.c > @@ -30,6 +30,7 @@ > */ > #include "bit/bit.h" > #include "fiber.h" > +#include "tuple.h" This header is redundant here. Dropped on branch.