From bd3b6aefb4d5ca738d499fca72ab05c2b39061d7 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Fri, 31 Jan 2020 16:36:58 +0100
Subject: [PATCH] Remove even more headers

---
 src/Cache.cpp | 1 +
 src/Cache_p.h | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/Cache.cpp b/src/Cache.cpp
index dfd7475ce..2e02a4880 100644
--- a/src/Cache.cpp
+++ b/src/Cache.cpp
@@ -31,6 +31,7 @@
 
 #include "Cache.h"
 #include "Cache_p.h"
+#include "Logging.h"
 #include "Utils.h"
 
 //! Should be changed when a breaking change occurs in the cache format.
diff --git a/src/Cache_p.h b/src/Cache_p.h
index b76a512f9..eacb28a74 100644
--- a/src/Cache_p.h
+++ b/src/Cache_p.h
@@ -18,7 +18,6 @@
 
 #pragma once
 
-#include <mutex>
 #include <optional>
 
 #include <QDateTime>
@@ -38,8 +37,6 @@
 
 #include "CacheCryptoStructs.h"
 #include "CacheStructs.h"
-#include "Logging.h"
-#include "MatrixClient.h"
 
 int
 numeric_key_comparison(const MDB_val *a, const MDB_val *b);
-- 
GitLab