From: Brandon Casey <drafnel@xxxxxxxxx> This file (diff.h) provides declarations for some functions that are implemented in diff-delta.c. The SUNWspro C99 compiler complains about it. There is nothing defined in "diff.h" that is required by diff-delta.c, so don't #include it. Signed-off-by: Brandon Casey <drafnel@xxxxxxxxx> --- diff-delta.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/diff-delta.c b/diff-delta.c index a4e28df..a9969f0 100644 --- a/diff-delta.c +++ b/diff-delta.c @@ -12,7 +12,6 @@ */ #include "git-compat-util.h" -#include "delta.h" /* maximum hash entry list for the same hash bucket */ #define HASH_LIMIT 64 -- 1.6.3.1.24.g152f4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html