From: Alex Rousskov Date: Tue, 28 May 2013 22:33:15 +0000 (-0600) Subject: Cleanup: Removed unused #include. X-Git-Tag: SQUID_3_4_0_1~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bcccd57e143cb124c29974969c21c250dca8e93;p=thirdparty%2Fsquid.git Cleanup: Removed unused #include. --- diff --git a/src/acl/InnerNode.cc b/src/acl/InnerNode.cc index df091d9d15..fc5fa2ab8c 100644 --- a/src/acl/InnerNode.cc +++ b/src/acl/InnerNode.cc @@ -2,7 +2,6 @@ #include "acl/Acl.h" #include "acl/BoolOps.h" #include "acl/Checklist.h" -#include "acl/Gadgets.h" #include "acl/InnerNode.h" #include "cache_cf.h" #include "ConfigParser.h"