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

@ -24,11 +24,11 @@
#ifndef WSREP_HIGH_PRIORITY_SERVICE_HPP
#define WSREP_HIGH_PRIORITY_SERVICE_HPP
#include "xid.hpp"
#include "server_state.hpp"
namespace wsrep
{
class xid;
class ws_handle;
class ws_meta;
class const_buffer;