From 105a12287deeb79cda9093ad4a00e94d2253e628 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 29 Mar 2015 19:15:37 +0200 Subject: [PATCH] patch.c - remove 'hash.h' header include --- patch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/patch.c b/patch.c index a10c96c3d7..e0ea5de493 100644 --- a/patch.c +++ b/patch.c @@ -23,7 +23,6 @@ #include #include #include "patch.h" -#include "hash.h" #include "file_ops.h" #include #include "general.h"