vendor/libgit2/src/crlf.c in rugged-0.26.7 vs vendor/libgit2/src/crlf.c in rugged-0.27.0

- old
+ new

@@ -3,15 +3,16 @@ * * 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 "common.h" + #include "git2/attr.h" #include "git2/blob.h" #include "git2/index.h" #include "git2/sys/filter.h" -#include "common.h" #include "fileops.h" #include "hash.h" #include "filter.h" #include "buf_text.h" #include "repository.h"