]> git.notmuchmail.org Git - notmuch/blobdiff - test/T564-lib-query.sh
test: move system includes to notmuch-test.h
[notmuch] / test / T564-lib-query.sh
index 50b0a88e0793ada49f486cf463865ac064445085..ff1d49849bc571775d69a9af3d46ddaf89d23cb7 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;