From e54343a4024e75dfaa940e652c2c9799d33634b2 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Sat, 29 Jun 2019 09:17:32 +0200 Subject: fileops: rename to "futils.h" to match function signatures Our file utils functions all have a "futils" prefix, e.g. `git_futils_touch`. One would thus naturally guess that their definitions and implementation would live in files "futils.h" and "futils.c", respectively, but in fact they live in "fileops.h". Rename the files to match expectations. --- tests/diff/diff_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/diff/diff_helpers.h') diff --git a/tests/diff/diff_helpers.h b/tests/diff/diff_helpers.h index 520b654d3..af855ce68 100644 --- a/tests/diff/diff_helpers.h +++ b/tests/diff/diff_helpers.h @@ -1,4 +1,4 @@ -#include "fileops.h" +#include "futils.h" #include "git2/diff.h" extern git_tree *resolve_commit_oid_to_tree( -- cgit v1.2.1