From e7d72d07535012b73c6bed67a5a09b1f58082203 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 22 Jun 2017 11:43:35 -0700 Subject: path: create path.h Move all path related declarations from cache.h to a new path.h header file. This makes cache.h smaller and makes it easier to add new path related functions. Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'path.c') diff --git a/path.c b/path.c index e4abea0830..41c861c965 100644 --- a/path.c +++ b/path.c @@ -8,6 +8,7 @@ #include "dir.h" #include "worktree.h" #include "submodule-config.h" +#include "path.h" static int get_st_mode_bits(const char *path, int *mode) { -- cgit v1.2.1