1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-27 09:01:50 +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

@ -23,7 +23,8 @@
#include "db_params.hpp"
#include "wsrep/mutex.hpp"
#include "wsrep/client_state.hpp"
#include "wsrep/view.hpp"
#include "wsrep/transaction.hpp"
#include <atomic>
#include <unordered_set>