aboutsummaryrefslogtreecommitdiff
path: root/lib/events
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-12-07 19:08:29 +0100
committerTobias Fella <fella@posteo.de>2021-12-07 19:08:29 +0100
commit2c6fa33ca52842e9dfba0dd3893a9d5526e10e60 (patch)
tree96ffece23a6f671d71328159357db3c68767365a /lib/events
parent47bd4dfb2bc720d2b5919b93985f87d918af572a (diff)
downloadlibquotient-2c6fa33ca52842e9dfba0dd3893a9d5526e10e60.tar.gz
libquotient-2c6fa33ca52842e9dfba0dd3893a9d5526e10e60.zip
Rename "crypto" -> "e2ee"
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 28398827..4cc3bf8e 100644
--- a/lib/events/encryptedevent.h
+++ b/lib/events/encryptedevent.h
@@ -3,7 +3,7 @@
#pragma once
-#include "crypto/e2ee.h"
+#include "e2ee/e2ee.h"
#include "roomevent.h"
namespace Quotient {
diff --git a/lib/events/encryptionevent.cpp b/lib/events/encryptionevent.cpp
index d7bb953a..6272c668 100644
--- a/lib/events/encryptionevent.cpp
+++ b/lib/events/encryptionevent.cpp
@@ -4,7 +4,7 @@
#include "encryptionevent.h"
-#include "crypto/e2ee.h"
+#include "e2ee/e2ee.h"
#include <array>