From 39c2302a954e06d11fa39223d8e5afa2ad3a0b36 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 14 Jan 2014 11:19:57 -0800 Subject: [PATCH] unnecessary include --- src/vector.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vector.c b/src/vector.c index 050e032a0..f0c2f06c2 100644 --- a/src/vector.c +++ b/src/vector.c @@ -6,7 +6,6 @@ */ #include "common.h" -#include "repository.h" #include "vector.h" /* In elements, not bytes */