fix mutt compilation, that's ugly, but it works for now
[apps/madmutt.git] / lib-crypt / pgp.c
index 038ba81..e90943d 100644 (file)
@@ -31,6 +31,8 @@
 
 #include <lib-ui/curses.h>
 #include <lib-ui/enter.h>
+#include <lib-ui/menu.h>
+#include <lib-lib/debug.h>
 
 #include "mutt.h"
 #include "handler.h"
@@ -38,7 +40,6 @@
 #include "copy.h"
 #include "attach.h"
 
-#include "lib/debug.h"
 
 #include <sys/wait.h>
 #include <string.h>
@@ -61,7 +62,6 @@
 #endif
 
 #include "crypt.h"
-#include "mutt_menu.h"
 
 
 char PgpPass[LONG_STRING];