From 1c4b6604126781361fe89d88ace70f53079fbab5 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 14 Sep 2014 00:40:45 -0700 Subject: 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 Signed-off-by: Junio C Hamano --- bulk-checkin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bulk-checkin.c') diff --git a/bulk-checkin.c b/bulk-checkin.c index 98e651c28..0c4b8a7ca 100644 --- a/bulk-checkin.c +++ b/bulk-checkin.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2011, Google Inc. */ +#include "cache.h" #include "bulk-checkin.h" #include "csum-file.h" #include "pack.h" -- cgit v1.2.1