1
0
mirror of https://github.com/git/git.git synced 2024-09-22 06:42:22 +02:00

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:
Junio C Hamano 2024-03-05 09:44:42 -08:00
commit 542d093b1d
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#ifndef COMPILER_H
#define COMPILER_H
#include "git-compat-util.h"
#include "strbuf.h"
#ifdef __GLIBC__

View File

@ -1,7 +1,6 @@
#ifndef COMPAT_DISK_H
#define COMPAT_DISK_H
#include "git-compat-util.h"
#include "abspath.h"
#include "gettext.h"