From 45b91d6057fc67db1491d301cf44f4f93764c783 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 26 Jul 2022 17:46:54 -0300 Subject: git, index: Move index related functions to `index.{c,h}` --- git.h | 1 - 1 file changed, 1 deletion(-) (limited to 'git.h') diff --git a/git.h b/git.h index 9671a18..4fd7131 100644 --- a/git.h +++ b/git.h @@ -7,7 +7,6 @@ typedef struct git_repo git_repo; typedef struct pull_request pull_request; -typedef struct index index; typedef struct file file; typedef struct comment comment; typedef struct git_branch git_branch; -- cgit v1.2.3-13-gbd6f