summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/hunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/hunt.h')
-rw-r--r--hunt/huntd/hunt.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h
index ab2dd56e..daff100b 100644
--- a/hunt/huntd/hunt.h
+++ b/hunt/huntd/hunt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.h,v 1.28 2014/03/30 00:26:58 dholland Exp $ */
+/* $NetBSD: hunt.h,v 1.29 2014/03/30 01:44:37 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -41,15 +41,6 @@
#include <sys/uio.h>
#include <sys/poll.h>
-#ifdef INTERNET
-#include <netinet/in.h>
-#include <netdb.h>
-#include <arpa/inet.h>
-#include <net/if.h>
-#else
-#include <sys/un.h>
-#endif
-
#include "hunt_common.h"
extern const int shot_req[];