]> granicus.if.org Git - neomutt/commitdiff
include queue.h in mutt/mutt.h
authorRichard Russon <rich@flatcap.org>
Mon, 28 May 2018 18:43:30 +0000 (19:43 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 28 May 2018 18:43:32 +0000 (19:43 +0100)
alias.h
body.h
mutt/mutt.h
mutt_curses.h
mutt_window.c
ncrypt/crypt_mod.c

diff --git a/alias.h b/alias.h
index 72199ec36e1d4a9ac4b0914bf46fcab50cea1063..d44bb318f2d57469785119befed761060fd1290a 100644 (file)
--- a/alias.h
+++ b/alias.h
@@ -24,7 +24,7 @@
 #define _MUTT_ALIAS_H
 
 #include <stdbool.h>
-#include "mutt/queue.h"
+#include "mutt/mutt.h"
 
 struct Envelope;
 struct Address;
diff --git a/body.h b/body.h
index 206be09501686ff337fcdd9e11e3d6d49d6d99ec..00f5b22ff1054f9e48687b65c2c189f3c01d6871 100644 (file)
--- a/body.h
+++ b/body.h
@@ -26,8 +26,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <time.h>
-
-#include "mutt/parameter.h"
+#include "mutt/mutt.h"
 
 /**
  * struct Body - The body of an email
index 662f4db80f9ddd0d10d5631c21e63c577922f00c..98bfdaa107a9bd5f9c9b8fd50ed2a0823ea154ea 100644 (file)
@@ -77,6 +77,7 @@
 #include "message.h"
 #include "mime.h"
 #include "parameter.h"
+#include "queue.h"
 #include "regex3.h"
 #include "rfc2047.h"
 #include "sha1.h"
index 56e8057db0b337c1cd10cca2da8c42074a64731a..6e9f96047e5f9a357f525e47de071b01321c6e83 100644 (file)
@@ -27,7 +27,6 @@
 #include <regex.h>
 #include "mutt/mutt.h"
 #include "options.h"
-#include "mutt/queue.h"
 
 #ifdef USE_SLANG_CURSES
 
index e188c4266e9df692f30dfc3bc54ac07afc744ced..a63baf1c6f512711bf30579844123b6bb31086bc 100644 (file)
@@ -29,7 +29,6 @@
 #include "config.h"
 #include <stdarg.h>
 #include <string.h>
-#include "mutt/logging.h"
 #include "mutt/mutt.h"
 #include "mutt_window.h"
 #include "globals.h"
index 8c9dde088472f052736fae92df924b1626a6a906..7111fe55263b3a3f282f3948185e757c6c81eae4 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "config.h"
 #include "mutt/mutt.h"
-#include "mutt/queue.h"
 #include "crypt_mod.h"
 
 /**