From f16b18234948782039b17f82f9dda9a52c267eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 3 Sep 2007 13:30:35 +0200 Subject: Remove __LCLINT__-ifdef'ed blocks. --- debug.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 44c8d6471..19376c043 100644 --- a/debug.h +++ b/debug.h @@ -6,13 +6,6 @@ #include -#ifdef __LCLINT__ -#define ntohl(_x) (_x) -#define ntohs(_x) (_x) -#define htonl(_x) (_x) -#define htons(_x) (_x) -#endif - #ifdef DMALLOC #include #endif -- cgit v1.2.1