summaryrefslogtreecommitdiff
path: root/proto/rip
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-31 23:40:00 +0000
committerMartin Mares <mj@ucw.cz>2000-03-31 23:40:00 +0000
commitac4b4683aee8e5aa566b0b5f99bd940bc10d9b71 (patch)
tree0c2f034e72326adf1a2d4c3457eb472bbd17dfe4 /proto/rip
parent3cf4a2e2b03d00adce703cd1dc961eea77b7a57b (diff)
Removal of useless includes continues...
Diffstat (limited to 'proto/rip')
-rw-r--r--proto/rip/auth.c2
-rw-r--r--proto/rip/rip.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/proto/rip/auth.c b/proto/rip/auth.c
index b18c2b4f..89a9af9a 100644
--- a/proto/rip/auth.c
+++ b/proto/rip/auth.c
@@ -9,8 +9,6 @@
#define LOCAL_DEBUG
-#include <stdlib.h>
-
#include "nest/bird.h"
#include "nest/iface.h"
#include "nest/protocol.h"
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index e885877d..66ccdb64 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -27,9 +27,6 @@
#define LOCAL_DEBUG
-#include <stdlib.h>
-#include <stdio.h>
-
#include "nest/bird.h"
#include "nest/iface.h"
#include "nest/protocol.h"