From: Nguyễn Thái Ngọc Duy Date: Sat, 18 Mar 2017 02:03:11 +0000 (+0700) Subject: refs.h: add forward declaration for structs used in this file X-Git-Tag: v2.13.0-rc0~9^2~27 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=504c4d42db8f597b2d151b8b52321cd6130b5363;p=git-core%2Fgit.git refs.h: add forward declaration for structs used in this file Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/refs.h b/refs.h index 3df0d45eb..2d6b6263f 100644 --- a/refs.h +++ b/refs.h @@ -1,6 +1,10 @@ #ifndef REFS_H #define REFS_H +struct object_id; +struct strbuf; +struct string_list; + /* * Resolve a reference, recursively following symbolic refererences. *