From 3f8a9e5196106e369f1d76e6173abee5a8d949e2 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 3 May 2001 18:38:17 +0000 Subject: [PATCH] remove unused byte swapping macros and the associated non-portable includes [RT #1239] --- lib/isccc/include/isccc/util.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/isccc/include/isccc/util.h b/lib/isccc/include/isccc/util.h index c49bfcc09a..4ca8614d9c 100644 --- a/lib/isccc/include/isccc/util.h +++ b/lib/isccc/include/isccc/util.h @@ -16,7 +16,7 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: util.h,v 1.2 2001/03/27 20:08:15 bwelling Exp $ */ +/* $Id: util.h,v 1.3 2001/05/03 18:38:17 bwelling Exp $ */ #ifndef ISCCC_UTIL_H #define ISCCC_UTIL_H 1 @@ -183,16 +183,6 @@ w += c; \ } while (0) -/* - * Byte swapping - */ -#include -#include -#include - -#define N2HO(v) ntohl(v) -#define H2NO(v) htonl(v) - /* * Regions. */