1
0
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:
Teemu Ollakka
2018-06-18 20:39:25 +03:00
parent 60fb119fa1
commit d1a1e298e9
9 changed files with 151 additions and 86 deletions

View File

@ -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_;
};
}