Re: [PATCH v2 1/3] test: move system includes to notmuch-test.h

2021-12-04 Thread David Bremner
David Bremner writes: > This removes some redudant includes, and will also make it easier to > introduce "#define _GNU_SOURCE", which must come before all system > includes. series applied to master d ___ notmuch mailing list --

[PATCH v2 1/3] test: move system includes to notmuch-test.h

2021-10-28 Thread David Bremner
This removes some redudant includes, and will also make it easier to introduce "#define _GNU_SOURCE", which must come before all system includes. --- test/T562-lib-database.sh | 4 +--- test/T563-lib-directory.sh | 4 +--- test/T564-lib-query.sh | 4 +--- test/T566-lib-message.sh