diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2015-06-22 16:03:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-22 13:17:12 -0700 |
commit | fb58c8d50734c14a90f3e4e7dd99f36e4f37c4e6 (patch) | |
tree | d9e21b6047e0c56c736c9ed410747874a8f5e932 /remote-testsvn.c | |
parent | e426ff4222ba82a57ed459320509273dc8959ade (diff) | |
download | git-fb58c8d50734c14a90f3e4e7dd99f36e4f37c4e6.tar.gz git-fb58c8d50734c14a90f3e4e7dd99f36e4f37c4e6.tar.xz |
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 'remote-testsvn.c')
-rw-r--r-- | remote-testsvn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote-testsvn.c b/remote-testsvn.c index 48bf6eb93..f599c372c 100644 --- a/remote-testsvn.c +++ b/remote-testsvn.c @@ -1,4 +1,5 @@ #include "cache.h" +#include "refs.h" #include "remote.h" #include "strbuf.h" #include "url.h" |