1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-03 16:22:35 +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

@ -20,6 +20,7 @@
#include "wsrep/server_state.hpp"
#include "wsrep/client_state.hpp"
#include "wsrep/server_service.hpp"
#include "wsrep/client_service.hpp"
#include "wsrep/high_priority_service.hpp"
#include "wsrep/transaction.hpp"
#include "wsrep/view.hpp"