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>
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
#ifndef COMPILER_H
|
#ifndef COMPILER_H
|
||||||
#define COMPILER_H
|
#define COMPILER_H
|
||||||
|
|
||||||
#include "git-compat-util.h"
|
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
|
|
||||||
#ifdef __GLIBC__
|
#ifdef __GLIBC__
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef COMPAT_DISK_H
|
#ifndef COMPAT_DISK_H
|
||||||
#define COMPAT_DISK_H
|
#define COMPAT_DISK_H
|
||||||
|
|
||||||
#include "git-compat-util.h"
|
|
||||||
#include "abspath.h"
|
#include "abspath.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user