diff options
Diffstat (limited to 'dns.h')
-rw-r--r-- | dns.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dns.h,v 1.9 2006/08/01 23:22:47 stevesk Exp $ */ | 1 | /* $OpenBSD: dns.h,v 1.10 2006/08/03 03:34:42 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. | 4 | * Copyright (c) 2003 Wesley Griffin. All rights reserved. |
@@ -25,13 +25,6 @@ | |||
25 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include "includes.h" | ||
29 | |||
30 | #include <sys/types.h> | ||
31 | #include <sys/socket.h> | ||
32 | |||
33 | #include <stdio.h> | ||
34 | |||
35 | #ifndef DNS_H | 28 | #ifndef DNS_H |
36 | #define DNS_H | 29 | #define DNS_H |
37 | 30 | ||