@@ -23,12 +23,10 @@ #include #include #include -#include - #ifdef HAVE_NETINET_IN_H # include #endif #ifdef HAVE_ARPA_INET_H # include @@ -809,11 +807,11 @@ } # endif #endif /* Get rid of a warning, never reached anyway */ - assert(0); + OF_ENSURE(0); } - (bool)isListening { return _listening;