Git fork

Merge branch 'jc/no-include-of-compat-util-from-headers'

Header file clean-up.

* jc/no-include-of-compat-util-from-headers:
compat: drop inclusion of <git-compat-util.h>

-2
-1
compat/compiler.h
··· 1 #ifndef COMPILER_H 2 #define COMPILER_H 3 4 - #include "git-compat-util.h" 5 #include "strbuf.h" 6 7 #ifdef __GLIBC__
··· 1 #ifndef COMPILER_H 2 #define COMPILER_H 3 4 #include "strbuf.h" 5 6 #ifdef __GLIBC__
-1
compat/disk.h
··· 1 #ifndef COMPAT_DISK_H 2 #define COMPAT_DISK_H 3 4 - #include "git-compat-util.h" 5 #include "abspath.h" 6 #include "gettext.h" 7
··· 1 #ifndef COMPAT_DISK_H 2 #define COMPAT_DISK_H 3 4 #include "abspath.h" 5 #include "gettext.h" 6