summaryrefslogtreecommitdiff
path: root/zwgc/notice.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-12-15 03:35:20 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-12-15 03:35:20 +0000
commitd6fa897c9ce6e57b8d0f393abd057d2a4587f922 (patch)
tree2c32d298f5e0c89fa430df9dcf81099ec8c0e662 /zwgc/notice.c
parent9d82cbe0a372e078faadbbe380e7d479413afdd2 (diff)
don't need extra #include of <netinet/in.h>
Diffstat (limited to 'zwgc/notice.c')
-rw-r--r--zwgc/notice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zwgc/notice.c b/zwgc/notice.c
index 86a93a7..09833d7 100644
--- a/zwgc/notice.c
+++ b/zwgc/notice.c
@@ -27,7 +27,6 @@ static char rcsid_notice_c[] = "$Id$";
#include <zephyr/zephyr.h>
#include <netdb.h>
#include <sys/socket.h>
-#include <netinet/in.h>
#include <arpa/inet.h>
#include "new_memory.h"
#include "error.h"