From: Timo Sirainen Date: Thu, 8 May 2003 03:18:43 +0000 (+0300) Subject: hash.h not needed X-Git-Tag: 1.1.alpha1~4670 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d9d4132d3e0b3da719bc98c37e821a0af7ecdd;p=thirdparty%2Fdovecot%2Fcore.git hash.h not needed --HG-- branch : HEAD --- diff --git a/src/auth/mech-plain.c b/src/auth/mech-plain.c index db34856659..8195cb9735 100644 --- a/src/auth/mech-plain.c +++ b/src/auth/mech-plain.c @@ -1,7 +1,6 @@ /* Copyright (C) 2002 Timo Sirainen */ #include "common.h" -#include "hash.h" #include "safe-memset.h" #include "mech.h" #include "passdb.h"