From 7b0e18d1206fe27005d699177113e4cf0b8b1db9 Mon Sep 17 00:00:00 2001 From: Rahim Kanji Date: Fri, 8 Dec 2023 01:03:04 +0500 Subject: [PATCH] Removed MySQL_Protocol.h --- .../deprecate_eof_support/deprecate_eof_cache-t.cpp | 1 - .../deprecate_eof_support/eof_conn_options_check-t.cpp | 1 - .../tests_with_deps/deprecate_eof_support/eof_fast_forward-t.cpp | 1 - .../deprecate_eof_support/eof_packet_mixed_queries-t.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/test/tap/tests_with_deps/deprecate_eof_support/deprecate_eof_cache-t.cpp b/test/tap/tests_with_deps/deprecate_eof_support/deprecate_eof_cache-t.cpp index c084fce131..e46e2d3f94 100644 --- a/test/tap/tests_with_deps/deprecate_eof_support/deprecate_eof_cache-t.cpp +++ b/test/tap/tests_with_deps/deprecate_eof_support/deprecate_eof_cache-t.cpp @@ -18,7 +18,6 @@ #include "json.hpp" -#include "MySQL_Protocol.h" using std::vector; using std::string; diff --git a/test/tap/tests_with_deps/deprecate_eof_support/eof_conn_options_check-t.cpp b/test/tap/tests_with_deps/deprecate_eof_support/eof_conn_options_check-t.cpp index bbc19ec43a..ea64d518c8 100644 --- a/test/tap/tests_with_deps/deprecate_eof_support/eof_conn_options_check-t.cpp +++ b/test/tap/tests_with_deps/deprecate_eof_support/eof_conn_options_check-t.cpp @@ -24,7 +24,6 @@ #include "command_line.h" #include "utils.h" -#include "MySQL_Protocol.h" using nlohmann::json; diff --git a/test/tap/tests_with_deps/deprecate_eof_support/eof_fast_forward-t.cpp b/test/tap/tests_with_deps/deprecate_eof_support/eof_fast_forward-t.cpp index f0bbf46613..e6260d0a7d 100644 --- a/test/tap/tests_with_deps/deprecate_eof_support/eof_fast_forward-t.cpp +++ b/test/tap/tests_with_deps/deprecate_eof_support/eof_fast_forward-t.cpp @@ -26,7 +26,6 @@ #include "command_line.h" #include "utils.h" -#include "MySQL_Protocol.h" using std::vector; using std::string; diff --git a/test/tap/tests_with_deps/deprecate_eof_support/eof_packet_mixed_queries-t.cpp b/test/tap/tests_with_deps/deprecate_eof_support/eof_packet_mixed_queries-t.cpp index 42f2826f0d..5690ea9784 100644 --- a/test/tap/tests_with_deps/deprecate_eof_support/eof_packet_mixed_queries-t.cpp +++ b/test/tap/tests_with_deps/deprecate_eof_support/eof_packet_mixed_queries-t.cpp @@ -27,7 +27,6 @@ #include "command_line.h" #include "utils.h" -#include "MySQL_Protocol.h" using std::pair; using std::string;