MXS-2900 maxtest includes cleanup, part 2

This commit is contained in:
Esa Korhonen
2020-06-16 15:20:38 +03:00
parent 9951d27762
commit 238725b72e
31 changed files with 87 additions and 126 deletions

View File

@ -1,19 +1,17 @@
#include <maxtest/maxinfo_func.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <unistd.h>
#include <maxtest/testconnections.h>
#include <stdio.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <netdb.h>
#include <string.h>
#include <openssl/sha.h>
#include "maxinfo_func.h"
#include <sys/epoll.h>
#include <jansson.h>
#include <fcntl.h>
#include <netdb.h>
#include <sys/socket.h>
#include <jansson.h>
#include <openssl/sha.h>
#include <maxtest/testconnections.h>
using namespace std;

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include "maxrest.hh"
#include <maxtest/maxrest.hh>
using namespace std;

View File

@ -1,12 +1,12 @@
#include <maxtest/nodes.hh>
#include <string>
#include <algorithm>
#include <cstring>
#include <iostream>
#include <future>
#include <functional>
#include <algorithm>
#include <signal.h>
#include <iostream>
#include <string>
#include <csignal>
#include <maxtest/envv.hh>
Nodes::Nodes(const char* pref,

View File

@ -1,5 +1,5 @@
#include <maxtest/rds_vpc.h>
#include <maxtest/execute_cmd.hh>
#include "rds_vpc.h"
RDS::RDS(char* cluster)
{

View File

@ -1,13 +1,11 @@
#include "tcp_connection.hh"
#include <maxtest/tcp_connection.hh>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include <string.h>
#include <netdb.h>
namespace
{

View File

@ -1,9 +1,8 @@
#include <iostream>
#include <maxtest/testconnections.h>
#include "maxadmin_operations.h"
#include <maxtest/maxadmin_operations.h>
#include <maxtest/sql_t1.h>
#include "test_binlog_fnc.h"
#include <maxtest/test_binlog_fnc.h>
#include <maxtest/testconnections.h>
int check_sha1(TestConnections* Test)
{