1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Remove unnecessary include directives from the public interface

This commit is contained in:
Daniele Sciascia
2022-10-13 09:12:18 +02:00
parent 2db35f8f6c
commit f8ff2cfdd4
8 changed files with 14 additions and 7 deletions

View File

@ -31,12 +31,9 @@
#ifndef WSREP_CLIENT_STATE_HPP
#define WSREP_CLIENT_STATE_HPP
#include "server_state.hpp"
#include "server_service.hpp"
#include "provider.hpp"
#include "transaction.hpp"
#include "client_id.hpp"
#include "client_service.hpp"
#include "mutex.hpp"
#include "lock.hpp"
#include "buffer.hpp"
@ -46,8 +43,10 @@
namespace wsrep
{
class client_service;
class server_state;
class provider;
class condition_variable;
enum client_error
{