mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
versioncmp.h: move declarations for versioncmp.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
641223137b
commit
3467663d47
@@ -1,6 +1,7 @@
|
||||
#include "cache.h"
|
||||
#include "git-compat-util.h"
|
||||
#include "config.h"
|
||||
#include "string-list.h"
|
||||
#include "versioncmp.h"
|
||||
|
||||
/*
|
||||
* versioncmp(): copied from string/strverscmp.c in glibc commit
|
||||
|
||||
Reference in New Issue
Block a user