From: Alex Rousskov Date: Tue, 29 Mar 2016 16:44:16 +0000 (+1300) Subject: Bug 4476: Removed duplicated #include line. X-Git-Tag: SQUID_3_5_16~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78651bf260b5e929735b9a8ad13596343d4e09c3;p=thirdparty%2Fsquid.git Bug 4476: Removed duplicated #include line. --- diff --git a/src/store.cc b/src/store.cc index db7cefeafd..cd81b9e3b3 100644 --- a/src/store.cc +++ b/src/store.cc @@ -34,7 +34,6 @@ #include "Store.h" #include "store_digest.h" #include "store_key_md5.h" -#include "store_key_md5.h" #include "store_log.h" #include "store_rebuild.h" #include "StoreClient.h"