aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/qolmoutboundsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/qolmoutboundsession.h')
-rw-r--r--lib/crypto/qolmoutboundsession.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/crypto/qolmoutboundsession.h b/lib/crypto/qolmoutboundsession.h
index 6b4fd30b..f1df0395 100644
--- a/lib/crypto/qolmoutboundsession.h
+++ b/lib/crypto/qolmoutboundsession.h
@@ -1,8 +1,8 @@
// SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
//
// SPDX-License-Identifier: LGPL-2.1-or-later
+
#pragma once
-#ifdef Quotient_E2EE_ENABLED
#include "olm/olm.h"
#include "crypto/qolmerrors.h"
@@ -51,4 +51,3 @@ private:
using QOlmOutboundGroupSessionPtr = std::unique_ptr<QOlmOutboundGroupSession>;
using OlmOutboundGroupSessionPtr = std::unique_ptr<OlmOutboundGroupSession>;
}
-#endif