Move ENCRYPTION_ENABLED guard in AsyncFileEncrypted.h
This commit is contained in:
parent
41b4ace19a
commit
57689e83d3
|
@ -20,14 +20,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#if ENCRYPTION_ENABLED
|
||||
|
||||
#include "fdbrpc/IAsyncFile.h"
|
||||
#include "flow/FastRef.h"
|
||||
#include "flow/flow.h"
|
||||
#include "flow/IRandom.h"
|
||||
#include "flow/StreamCipher.h"
|
||||
|
||||
#if ENCRYPTION_ENABLED
|
||||
|
||||
#include <array>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue