From 577c19b694a8fae4b03d7b64f4e47a833949c37c Mon Sep 17 00:00:00 2001 From: Valentin Rakush Date: Tue, 5 May 2020 05:46:11 +0000 Subject: [PATCH] remove dependency on proxysql.h --- test/tap/tests/sqlite3-t.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tap/tests/sqlite3-t.cpp b/test/tap/tests/sqlite3-t.cpp index 63acbb048..ec520961a 100644 --- a/test/tap/tests/sqlite3-t.cpp +++ b/test/tap/tests/sqlite3-t.cpp @@ -6,7 +6,6 @@ #include #include #include "sqlite3db.h" -#include "proxysql.h" int main() { plan(8);