mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Removed wsrep_api.h dependency from view.hpp
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
#include "wsrep/provider.hpp"
|
||||
|
||||
#include <wsrep_api.h>
|
||||
struct wsrep_st;
|
||||
|
||||
namespace wsrep
|
||||
{
|
||||
@ -49,7 +49,7 @@ namespace wsrep
|
||||
private:
|
||||
wsrep_provider_v26(const wsrep_provider_v26&);
|
||||
wsrep_provider_v26& operator=(const wsrep_provider_v26);
|
||||
wsrep_t* wsrep_;
|
||||
struct wsrep_st* wsrep_;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user