aboutsummaryrefslogtreecommitdiff
path: root/lib/events
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-01-28 21:59:20 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:34:52 +0100
commit9f71b2a79fba7c5d5ce09ebfdd482c8c470203d9 (patch)
tree6377e3a19586dd8a20ae37cfb41587bdbea1e84a /lib/events
parentdd0316ce57bd9256a093d66845e1d40cd9426ba4 (diff)
downloadlibquotient-9f71b2a79fba7c5d5ce09ebfdd482c8c470203d9.tar.gz
libquotient-9f71b2a79fba7c5d5ce09ebfdd482c8c470203d9.zip
Remove duplicated file
Diffstat (limited to 'lib/events')
-rw-r--r--lib/events/encryptedevent.h2
-rw-r--r--lib/events/encryptionevent.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/events/encryptedevent.h b/lib/events/encryptedevent.h
index de89a7c6..1d7ea913 100644
--- a/lib/events/encryptedevent.h
+++ b/lib/events/encryptedevent.h
@@ -3,7 +3,7 @@
#pragma once
-#include "e2ee.h"
+#include "crypto/e2ee.h"
#include "roomevent.h"
namespace Quotient {
diff --git a/lib/events/encryptionevent.cpp b/lib/events/encryptionevent.cpp
index aa05a96e..d7bb953a 100644
--- a/lib/events/encryptionevent.cpp
+++ b/lib/events/encryptionevent.cpp
@@ -4,7 +4,7 @@
#include "encryptionevent.h"
-#include "e2ee.h"
+#include "crypto/e2ee.h"
#include <array>