]> git.notmuchmail.org Git - notmuch/blobdiff - test/T562-lib-database.sh
test: move system includes to notmuch-test.h
[notmuch] / test / T562-lib-database.sh
index 769fe86e6f8a347d86c9d49af17c26fd31ae94d5..d9f5d18e09aab9535000227cdc0ee9debb9716b9 100755 (executable)
@@ -9,10 +9,8 @@ test_begin_subtest "building database"
 test_expect_success "NOTMUCH_NEW"
 
 cat <<EOF > c_head
-#include <stdio.h>
-#include <notmuch.h>
 #include <notmuch-test.h>
-#include <talloc.h>
+
 int main (int argc, char** argv)
 {
    notmuch_database_t *db;