From eb270884627a87a5392c0aa9c9d286877aba9f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicent=20Mart=C3=AD?= Date: Wed, 16 May 2012 19:17:32 +0200 Subject: [PATCH] clar: Fix warning --- tests-clar/odb/mixed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-clar/odb/mixed.c b/tests-clar/odb/mixed.c index 7c28a434e..0bd23e157 100644 --- a/tests-clar/odb/mixed.c +++ b/tests-clar/odb/mixed.c @@ -1,6 +1,5 @@ #include "clar_libgit2.h" #include "odb.h" -#include "pack_data.h" static git_odb *_odb;