From adb9d5567821a1f87a2bcef746fde001a58c07b6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 12 Apr 2007 17:58:02 +0000 Subject: [PATCH] Remove redundant inclusion of "hash.h" includes , no need to do it again. --- rdoff/hash.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rdoff/hash.c b/rdoff/hash.c index 741c9e8..34a8edc 100644 --- a/rdoff/hash.c +++ b/rdoff/hash.c @@ -8,8 +8,6 @@ * distributed in the NASM archive. */ -#include - #include "hash.h" const uint32_t consttab[] = { -- 2.7.4