From 23a09704774241d2dba059e4d9231cd3d28bb116 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 28 Apr 2000 23:14:45 +0000 Subject: [PATCH] 139. [cleanup] now includes instead of and . --- CHANGES | 3 +++ lib/isc/unix/include/isc/net.h | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index aa07bfa5fd..b0a978ca8b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 139. [cleanup] now includes instead of + and . + 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and renamed isc_string_touint64. isc_strsep moved from strsep.c to string.c and renamed isc_string_separate. diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index 038089eb5c..3a6720d024 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -76,7 +76,7 @@ #include #endif -#include +#include #ifndef AF_INET6 #define AF_INET6 99 @@ -102,8 +102,6 @@ extern const struct in6_addr isc_net_in6addrany; * Ensure type in_port_t is defined. */ #ifdef ISC_PLATFORM_NEEDPORTT -#include - typedef isc_uint16_t in_port_t; #endif