move intl.h into lib-lib/macros.h
[apps/madmutt.git] / crypt-gpgme.c
index 8bb7866..5879e59 100644 (file)
@@ -19,6 +19,7 @@
 #ifdef CRYPT_BACKEND_GPGME
 
 #include <lib-lib/mem.h>
+#include <lib-lib/macros.h>
 
 #include "mutt.h"
 #include "mutt_crypt.h"
@@ -33,7 +34,6 @@
 #include "recvattach.h"
 #include "sort.h"
 
-#include "lib/intl.h"
 #include "lib/str.h"
 #include "lib/debug.h"