summaryrefslogtreecommitdiff
path: root/builtin/fmt-merge-msg.c
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2015-06-22 14:03:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-06-22 20:17:12 (GMT)
commitfb58c8d50734c14a90f3e4e7dd99f36e4f37c4e6 (patch)
treed9e21b6047e0c56c736c9ed410747874a8f5e932 /builtin/fmt-merge-msg.c
parente426ff4222ba82a57ed459320509273dc8959ade (diff)
downloadgit-fb58c8d50734c14a90f3e4e7dd99f36e4f37c4e6.zip
git-fb58c8d50734c14a90f3e4e7dd99f36e4f37c4e6.tar.gz
git-fb58c8d50734c14a90f3e4e7dd99f36e4f37c4e6.tar.bz2
refs: move the remaining ref module declarations to refs.h
Some functions from the refs module were still declared in cache.h. Move them to refs.h. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fmt-merge-msg.c')
-rw-r--r--builtin/fmt-merge-msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/fmt-merge-msg.c b/builtin/fmt-merge-msg.c
index 05f4c26..4ba7f28 100644
--- a/builtin/fmt-merge-msg.c
+++ b/builtin/fmt-merge-msg.c
@@ -1,5 +1,6 @@
#include "builtin.h"
#include "cache.h"
+#include "refs.h"
#include "commit.h"
#include "diff.h"
#include "revision.h"