--- a/libpurple/protocols/novell/nmconn.c Thu Jun 18 09:03:17 2020 +0000 +++ b/libpurple/protocols/novell/nmconn.c Sun Jun 21 04:16:15 2020 -0500 @@ -31,8 +31,6 @@ #include <windows.h> #endif -#include "util.h" - #define NO_ESCAPE(ch) ((ch == 0x20) || (ch >= 0x30 && ch <= 0x39) || \ (ch >= 0x41 && ch <= 0x5a) || (ch >= 0x61 && ch <= 0x7a))