import correct header for batch test

This commit is contained in:
Joseph 2023-01-03 07:16:52 -05:00
parent 3ea5b7c52f
commit 31fefec5dd
No known key found for this signature in database
GPG Key ID: E709789D3076B5CC

View File

@ -14,7 +14,7 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/ */
/** /**
* @file exchangedb/pg_batch_reserves_in_insert.c * @file exchangedb/pg_batch2_reserves_in_insert.c
* @brief Implementation of the reserves_in_insert function for Postgres * @brief Implementation of the reserves_in_insert function for Postgres
* @author Joseph Xu * @author Joseph Xu
*/ */
@ -22,7 +22,7 @@
#include "taler_error_codes.h" #include "taler_error_codes.h"
#include "taler_dbevents.h" #include "taler_dbevents.h"
#include "taler_pq_lib.h" #include "taler_pq_lib.h"
#include "pg_batch_reserves_in_insert.h" #include "pg_batch2_reserves_in_insert.h"
#include "pg_helper.h" #include "pg_helper.h"
#include "pg_start.h" #include "pg_start.h"
#include "pg_rollback.h" #include "pg_rollback.h"