move intl.h into lib-lib/macros.h
[apps/madmutt.git] / crypt.c
diff --git a/crypt.c b/crypt.c
index e5019ec..1512286 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -17,6 +17,7 @@
 #endif
 
 #include <lib-lib/mem.h>
+#include <lib-lib/macros.h>
 
 #include "mutt.h"
 #include "ascii.h"
@@ -27,7 +28,6 @@
 #include "mutt_crypt.h"
 #include "pgp.h"
 
-#include "lib/intl.h"
 #include "lib/str.h"
 
 #include <sys/wait.h>