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 --- varint.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'varint.h') diff --git a/varint.h b/varint.h index 0321195796..c1c44d9a6b 100644 --- a/varint.h +++ b/varint.h @@ -1,8 +1,6 @@ #ifndef VARINT_H #define VARINT_H -#include "git-compat-util.h" - extern int encode_varint(uintmax_t, unsigned char *); extern uintmax_t decode_varint(const unsigned char **); -- cgit v1.2.3