use m_strdup and m_strlen that are inlined for efficiency
[apps/madmutt.git] / sort.c
diff --git a/sort.c b/sort.c
index 138d13e..52f4dff 100644 (file)
--- a/sort.c
+++ b/sort.c
 # include "config.h"
 #endif
 
+#include <lib-lib/macros.h>
+#include <lib-lib/str.h>
+
 #include "mutt.h"
 #include "sort.h"
 #include "thread.h"
 #include "mutt_idna.h"
 
-#include "lib/str.h"
-#include "lib/intl.h"
 
 #include <stdlib.h>
 #include <string.h>