]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
Merge tag '0.31.4'
[notmuch] / lib / notmuch-private.h
index 2f5ccd6ae0c37abdeb4520dcfe4683e437b5cba6..750a242c61bc9ec098fb98df0bbbe61ed59047d2 100644 (file)
 
 #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