From dea0e3c261f95ab2b7bffee81cde172610056e45 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sun, 6 Nov 2022 20:59:17 +0800 Subject: [PATCH] stmt reqid incr one --- examples/c/api_with_reqid_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/c/api_with_reqid_test.c b/examples/c/api_with_reqid_test.c index 688a33c5b2..645ab22469 100644 --- a/examples/c/api_with_reqid_test.c +++ b/examples/c/api_with_reqid_test.c @@ -1,8 +1,6 @@ // sample code to verify all TDengine API // to compile: gcc -o apitest apitest.c -ltaos -#include "taoserror.h" - #include #include #include