vendor/libgit2/src/crlf.c in rugged-0.18.0.gh.de28323 vs vendor/libgit2/src/crlf.c in rugged-0.19.0

- old
+ new

@@ -3,17 +3,19 @@ * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ +#include "git2/attr.h" +#include "git2/blob.h" +#include "git2/index.h" + #include "common.h" #include "fileops.h" #include "hash.h" #include "filter.h" #include "buf_text.h" #include "repository.h" -#include "git2/attr.h" -#include "git2/blob.h" struct crlf_attrs { int crlf_action; int eol; };