mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
cleanups: ensure that git-compat-util.h is included first
CodingGuidelines states that the first #include in C files should be git-compat-util.h or another header file that includes it, such as cache.h or builtin.h. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
96db324a73
commit
1c4b660412
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (c) 2011, Google Inc.
|
||||
*/
|
||||
#include "cache.h"
|
||||
#include "bulk-checkin.h"
|
||||
#include "csum-file.h"
|
||||
#include "pack.h"
|
||||
|
||||
Reference in New Issue
Block a user