Skip to content

Commit 542d093

Browse files
committed
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 parents d619abf + 2ca6c07 commit 542d093

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compat/compiler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef COMPILER_H
22
#define COMPILER_H
33

4-
#include "git-compat-util.h"
54
#include "strbuf.h"
65

76
#ifdef __GLIBC__

compat/disk.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef COMPAT_DISK_H
22
#define COMPAT_DISK_H
33

4-
#include "git-compat-util.h"
54
#include "abspath.h"
65
#include "gettext.h"
76

0 commit comments

Comments
 (0)