]> git.ipfire.org Git - thirdparty/git.git/commit - commit-graph.h
Add missing includes and forward declarations
authorElijah Newren <newren@gmail.com>
Wed, 15 Aug 2018 17:54:05 +0000 (10:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Aug 2018 18:52:09 +0000 (11:52 -0700)
commitef3ca95475ce467ae883cc8175ed40e6f7d27800
treefe44271647b22756c3d53225658287119a3c34cd
parent1d89318c48d233d52f1db230cf622935ac3c69fa
Add missing includes and forward declarations

I looped over the toplevel header files, creating a temporary two-line C
program for each consisting of
  #include "git-compat-util.h"
  #include $HEADER
This patch is the result of manually fixing errors in compiling those
tiny programs.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
55 files changed:
alloc.h
apply.h
archive.h
attr.h
bisect.h
branch.h
bulk-checkin.h
column.h
commit-graph.h
config.h
connected.h
convert.h
csum-file.h
diffcore.h
dir-iterator.h
fsck.h
fsmonitor.h
gpg-interface.h
khash.h
list-objects-filter.h
list-objects.h
ll-merge.h
mailinfo.h
mailmap.h
merge-recursive.h
notes-merge.h
notes-utils.h
notes.h
object-store.h
object.h
oidmap.h
pack-bitmap.h
pack-objects.h
patch-ids.h
path.h
pathspec.h
pretty.h
reachable.h
reflog-walk.h
refs.h
remote.h
repository.h
resolve-undo.h
revision.h
send-pack.h
sequencer.h
shortlog.h
submodule.h
tempfile.h
trailer.h
tree-walk.h
unpack-trees.h
url.h
utf8.h
worktree.h