use m_strdup and m_strlen that are inlined for efficiency
[apps/madmutt.git] / nntp / mx_nntp.c
index 84a9d64..675a7aa 100644 (file)
@@ -10,6 +10,7 @@
 #include <sys/stat.h>
 
 #include <lib-lib/mem.h>
+#include <lib-lib/str.h>
 
 #include "mutt.h"
 #include "nntp.h"
@@ -17,7 +18,6 @@
 #include "mx.h"
 #include "mx_nntp.h"
 
-#include "lib/str.h"
 
 #include "url.h"