--- a/src/protocols/zephyr/ZReadAscii.c Tue Aug 30 05:21:09 2005 +0000
+++ b/src/protocols/zephyr/ZReadAscii.c Tue Aug 30 05:21:30 2005 +0000
@@ -9,7 +9,6 @@
*/
#include "internal.h"
-#include <assert.h>
#define Z_cnvt_xtoi(c) ((temp=(c)-'0'),(temp<10)?temp:((temp-='A'-'9'-1),(temp<16)?temp:-1))