aboutsummaryrefslogtreecommitdiff
path: root/lib/events
diff options
context:
space:
mode:
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>