summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-11-10 13:27:01 +0100
committerMartin Mares <mj@ucw.cz>1999-11-10 13:27:01 +0100
commit6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6 (patch)
treeba37f62a2d111351798513f3a8fbea7bc5263a6b /proto/ospf/ospf.c
parent3918b1b050701dee217fa9bc8c4c44d47cb84124 (diff)
downloadbird-6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6.tar
bird-6ba36f06ae10ea7efd60c30f8ef40d6143c69ef6.zip
Added LSA hashing table (parts of code stolen from rt-fib.c, but
heavily simplified since we don't need asynchronous walking).
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index bd8bfc9..70be3cb 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -11,14 +11,8 @@
#include <string.h>
#include "nest/bird.h"
-#include "nest/iface.h"
-#include "nest/protocol.h"
#include "nest/route.h"
#include "conf/conf.h"
-#include "lib/ip.h"
-#include "lib/socket.h"
-#include "lib/lists.h"
-#include "lib/timer.h"
#include "lib/checksum.h"
#include "ospf.h"