summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-02-18 08:47:53 -0400
committerDavid Bremner <david@tethera.net>2021-02-18 08:47:53 -0400
commit4c79a2dabe38ac72eb9eb21620f2ffca5f1885c6 (patch)
treee2b2ecd4641a8e77e216133d12a32a89c307a498 /lib
parent7061e41cd0ed7a37dab83687697a692a53c5a66f (diff)
parent3a3208bb7b8bfca1c0bcaa5b45b6ef71aa768612 (diff)
Merge tag '0.31.4'
notmuch 0.31.4 release
Diffstat (limited to 'lib')
-rw-r--r--lib/notmuch-private.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index 2f5ccd6a..750a242c 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -31,6 +31,12 @@
#include "notmuch.h"
+#include "xutil.h"
+#include "error_util.h"
+#include "string-util.h"
+#include "crypto.h"
+#include "repair.h"
+
NOTMUCH_BEGIN_DECLS
#include <stdlib.h>
@@ -47,14 +53,6 @@ NOTMUCH_BEGIN_DECLS
#include <talloc.h>
-#include "gmime-extra.h"
-
-#include "xutil.h"
-#include "error_util.h"
-#include "string-util.h"
-#include "crypto.h"
-#include "repair.h"
-
#ifdef DEBUG
# define DEBUG_DATABASE_SANITY 1
# define DEBUG_THREADING 1