From patchwork Wed Sep 19 00:12:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramsay Jones X-Patchwork-Id: 10605117 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 282F1913 for ; Wed, 19 Sep 2018 00:12:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 16BDD2BB09 for ; Wed, 19 Sep 2018 00:12:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0A1572BBA6; Wed, 19 Sep 2018 00:12:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B64432BB09 for ; Wed, 19 Sep 2018 00:12:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730725AbeISFry (ORCPT ); Wed, 19 Sep 2018 01:47:54 -0400 Received: from avasout06.plus.net ([212.159.14.18]:56470 "EHLO avasout06.plus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727099AbeISFry (ORCPT ); Wed, 19 Sep 2018 01:47:54 -0400 Received: from [10.0.2.15] ([80.189.70.183]) by smtp with ESMTPA id 2Q6qgDzBaWLW22Q6rgvGNX; Wed, 19 Sep 2018 01:12:49 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.3 cv=fJUXI6Se c=1 sm=1 tr=0 a=6SF67mWK+VR8hB1Kjo6y2g==:117 a=6SF67mWK+VR8hB1Kjo6y2g==:17 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=0IaG67MbaXr29tzIzc0A:9 a=QEXdDO2ut3YA:10 a=yJM6EZoI5SlJf8ks9Ge_:22 X-AUTH: ramsayjones@:2500 To: Junio C Hamano Cc: GIT Mailing-list From: Ramsay Jones Subject: [PATCH 6/9] refs/refs-internal.h: add missing declarations (hdr-check) Message-ID: <2190f17a-0bd0-f4f9-fdd1-62152b09c7ad@ramsayjones.plus.com> Date: Wed, 19 Sep 2018 01:12:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Language: en-GB X-CMAE-Envelope: MS4wfHkyo7WIfrR0Q16mSW3tGKuuP7bQHj8GbyCGxTMiIolXDpqT61oNK1PHsHVAKKyoLt58HfpvfAjCVQ/qgppltJAdhMDgxlltYYGjZRIXXpI1bDMs+MEQ 9ywaICvsAcJ3QgSyIUDQLsz7LahqmMZx7lbPVKEsFA+qlM0yFw5ou9A3N4Z4w8r7ZGagv6VlcrynvQ== Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Ramsay Jones --- refs/refs-internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/refs/refs-internal.h b/refs/refs-internal.h index 04425d6d1e..44d53672c7 100644 --- a/refs/refs-internal.h +++ b/refs/refs-internal.h @@ -1,8 +1,12 @@ #ifndef REFS_REFS_INTERNAL_H #define REFS_REFS_INTERNAL_H +#include "cache.h" +#include "refs.h" #include "iterator.h" +struct ref_transaction; + /* * Data structures and functions for the internal use of the refs * module. Code outside of the refs module should use only the public