------------------------------------------------------------ revno: 14012 revision-id: squid3@treenet.co.nz-20160329164416-lc7j9l9fb2xeytig parent: squid3@treenet.co.nz-20160323154355-brz64x0exveybg5h fixes bug: http://bugs.squid-cache.org/show_bug.cgi?id=4476 author: Alex Rousskov committer: Amos Jeffries branch nick: 3.5 timestamp: Wed 2016-03-30 05:44:16 +1300 message: Bug 4476: Removed duplicated #include line. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20160329164416-lc7j9l9fb2xeytig # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 572d2b6fa124245c9b4ab63491f9e12ae61c1c75 # timestamp: 2016-03-29 16:50:57 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20160323154355-\ # brz64x0exveybg5h # # Begin patch === modified file 'src/store.cc' --- src/store.cc 2016-01-01 00:14:27 +0000 +++ src/store.cc 2016-03-29 16:44:16 +0000 @@ -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"