change ifndef
This commit is contained in:
parent
a857609478
commit
cc25d893e9
|
@ -18,11 +18,11 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#if defined(NO_INTELLISENSE) && !defined(FDBSERVER_GETCIPHERKEYS_ACTOR_G_H)
|
#if defined(NO_INTELLISENSE) && !defined(FDBCLIENT_GETCIPHERKEYS_ACTOR_G_H)
|
||||||
#define FDBSERVER_GETCIPHERKEYS_ACTOR_G_H
|
#define FDBCLIENT_GETCIPHERKEYS_ACTOR_G_H
|
||||||
#include "fdbserver/GetEncryptCipherKeys.actor.g.h"
|
#include "fdbclient/GetEncryptCipherKeys.actor.g.h"
|
||||||
#elif !defined(FDBSERVER_GETCIPHERKEYS_ACTOR_H)
|
#elif !defined(FDBCLIENT_GETCIPHERKEYS_ACTOR_H)
|
||||||
#define FDBSERVER_GETCIPHERKEYS_ACTOR_H
|
#define FDBCLIENT_GETCIPHERKEYS_ACTOR_H
|
||||||
|
|
||||||
#include "fdbclient/EncryptKeyProxyInterface.h"
|
#include "fdbclient/EncryptKeyProxyInterface.h"
|
||||||
#include "flow/BlobCipher.h"
|
#include "flow/BlobCipher.h"
|
||||||
|
|
Loading…
Reference in New Issue