X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=279d21a58013be7cff1e5547d42addd35034e3f8;hp=9b841b3a5cc2470be60c06fcdafa3bab75a8b027;hb=edd37e68a96ada9187976dd0421b3f545fffbf78;hpb=c9fbe6b58b8bff56b4c6774625b8c21846fe027d diff --git a/notmuch.c b/notmuch.c index 9b841b3a..279d21a5 100644 --- a/notmuch.c +++ b/notmuch.c @@ -18,11 +18,12 @@ * Author: Carl Worth */ -#include "notmuch.h" - #ifndef _GNU_SOURCE #define _GNU_SOURCE /* for getline */ #endif +#include + +#include "notmuch.h" /* This is separate from notmuch-private.h because we're trying to * keep notmuch.c from looking into any internals, (which helps us @@ -30,7 +31,6 @@ */ #include "xutil.h" -#include #include #include #include