]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Remove unused includes
authorIgor Putovny <igor.putovny@nic.cz>
Thu, 4 Jul 2024 12:41:47 +0000 (14:41 +0200)
committerIgor Putovny <igor.putovny@nic.cz>
Thu, 4 Jul 2024 12:41:47 +0000 (14:41 +0200)
proto/aggregator/aggregator.c

index a8c9e116dfee3cc5fac50d1471022be13f00f533..f31478a08e6f48cddde02516e524ae1db22e67c0 100644 (file)
 #include <stdlib.h>
 #include <assert.h>
 
-/*
-#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);