From: Igor Putovny Date: Thu, 4 Jul 2024 12:41:47 +0000 (+0200) Subject: Remove unused includes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab7a58f385942f8ae1addc0dc9c62e500527a13;p=thirdparty%2Fbird.git Remove unused includes --- diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index a8c9e116d..f31478a08 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -49,22 +49,6 @@ #include #include -/* -#include "nest/route.h" -#include "nest/iface.h" -#include "lib/resource.h" -#include "lib/event.h" -#include "lib/timer.h" -#include "lib/string.h" -#include "conf/conf.h" -#include "filter/filter.h" -#include "filter/data.h" -#include "lib/hash.h" -#include "lib/string.h" -#include "lib/alloca.h" -#include "lib/flowspec.h" -*/ - extern linpool *rte_update_pool; static void aggregator_bucket_update(struct aggregator_proto *p, struct aggregator_bucket *bucket, struct network *net);