diff options
author | Ondrej Filip <feela@network.cz> | 2004-05-31 18:42:12 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-05-31 18:42:12 +0200 |
commit | 6f18235aad187ed9e2afbb166b34c5cc3765b430 (patch) | |
tree | 55037b6563bde61d5fd0239ca0f3c92fa3aa56f9 | |
parent | f54fa9e15dce42b8c80b7ea95ab2653cc5be4e4e (diff) | |
download | bird-6f18235aad187ed9e2afbb166b34c5cc3765b430.tar bird-6f18235aad187ed9e2afbb166b34c5cc3765b430.zip |
Useless include deleted.
-rw-r--r-- | proto/ospf/hello.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index 5627d7e..b87b5ca 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -7,8 +7,6 @@ */ #include "ospf.h" -#include <sys/socket.h> -#include "lib/sysio.h" void install_inactim(struct ospf_neighbor *n) |