aboutsummaryrefslogtreecommitdiff
path: root/test/T595-reopen.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-10-28 09:32:34 -0300
committerDavid Bremner <david@tethera.net>2021-12-04 12:36:08 -0400
commit1643c0459a496b45b601d91e0089fac507a2a6d1 (patch)
tree824ca82521b586bcbc4fd8d15af590418d5814ff /test/T595-reopen.sh
parent18cdd21b8b2ef056062700607eade43909c32cd2 (diff)
test: move system includes to notmuch-test.h
This removes some redudant includes, and will also make it easier to introduce "#define _GNU_SOURCE", which must come before all system includes.
Diffstat (limited to 'test/T595-reopen.sh')
-rwxr-xr-xtest/T595-reopen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/T595-reopen.sh b/test/T595-reopen.sh
index 7375e2ac..1a517423 100755
--- a/test/T595-reopen.sh
+++ b/test/T595-reopen.sh
@@ -6,8 +6,6 @@ test_description="library reopen API"
add_email_corpus
cat <<EOF > c_head
-#include <string.h>
-#include <stdlib.h>
#include <notmuch-test.h>
int main (int argc, char** argv)